aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-24 07:39:41 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-24 07:48:24 +0530
commit2e96a61955e525bf6269e41342bf3ffce05805a6 (patch)
treeb45118a2000d751b0d22ff08d12385b96d195145 /src/i18n/locales/en-US.json
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-2e96a61955e525bf6269e41342bf3ffce05805a6.tar.gz
ferdium-app-2e96a61955e525bf6269e41342bf3ffce05805a6.tar.zst
ferdium-app-2e96a61955e525bf6269e41342bf3ffce05805a6.zip
Allow services to delineate favorites vs non-favorites in unread counts (#1979)
implements getferdi/recipes#721 (eg: office365-owa)
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 25eedb456..471726ecc 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -321,6 +321,7 @@
321 "settings.service.form.isHibernatedEnabledInfo": "When enabled, a service will be shut down after a period of time to save system resources.", 321 "settings.service.form.isHibernatedEnabledInfo": "When enabled, a service will be shut down after a period of time to save system resources.",
322 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted", 322 "settings.service.form.isMutedInfo": "When disabled, all notification sounds and audio playback are muted",
323 "settings.service.form.name": "Name", 323 "settings.service.form.name": "Name",
324 "settings.service.form.onlyShowFavoritesInUnreadCount": "Only show Favorites in unread count",
324 "settings.service.form.openDarkmodeCss": "Open darkmode.css", 325 "settings.service.form.openDarkmodeCss": "Open darkmode.css",
325 "settings.service.form.openUserCss": "Open user.css", 326 "settings.service.form.openUserCss": "Open user.css",
326 "settings.service.form.openUserJs": "Open user.js", 327 "settings.service.form.openUserJs": "Open user.js",