diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-05-10 18:59:04 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-05-17 10:19:19 +0000 |
| commit | 370db0827a07253dc038d7930d5e032ebb33b5ec (patch) | |
| tree | c60f8573db40d0d8089523b7b965cf46acd28e5c /apps/web/lib/i18n/locales | |
| parent | 2a8d4b88e1197fe4e4cbf8ee5f83fbdecaf918d9 (diff) | |
| download | karakeep-370db0827a07253dc038d7930d5e032ebb33b5ec.tar.zst | |
feat: Allow enabling/disabling RSS feeds
Diffstat (limited to 'apps/web/lib/i18n/locales')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 71dc93ef..42a904a4 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -114,7 +114,9 @@ }, "feeds": { "rss_subscriptions": "RSS Subscriptions", - "add_a_subscription": "Add a Subscription" + "add_a_subscription": "Add a Subscription", + "feed_enabled": "RSS Feed enabled", + "feed_disabled": "RSS Feed disabled" }, "webhooks": { "webhooks": "Webhooks", |
