aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-05-10 18:59:04 +0000
committerMohamed Bassem <me@mbassem.com>2025-05-17 10:19:19 +0000
commit370db0827a07253dc038d7930d5e032ebb33b5ec (patch)
treec60f8573db40d0d8089523b7b965cf46acd28e5c /apps/web/lib/i18n/locales
parent2a8d4b88e1197fe4e4cbf8ee5f83fbdecaf918d9 (diff)
downloadkarakeep-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.json4
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",