diff options
author | 2024-08-29 15:27:41 +0200 | |
---|---|---|
committer | 2024-09-02 21:23:17 -0700 | |
commit | 88ea0ade3e99180b66925a8b6d806a9a11e7ef8b (patch) | |
tree | 4d519b1f3ec9545415ca25711a670ce8365e1865 /internal/locale/translations/hi_IN.json | |
parent | fcf9fde11860693eb6b2ace7f09b4795bc9df5eb (diff) | |
download | v2-88ea0ade3e99180b66925a8b6d806a9a11e7ef8b.tar.gz v2-88ea0ade3e99180b66925a8b6d806a9a11e7ef8b.tar.zst v2-88ea0ade3e99180b66925a8b6d806a9a11e7ef8b.zip |
feat(locale): add dummy translations for menu.show_only_starred_entries
Diffstat (limited to 'internal/locale/translations/hi_IN.json')
-rw-r--r-- | internal/locale/translations/hi_IN.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/locale/translations/hi_IN.json b/internal/locale/translations/hi_IN.json index 918062a8..37b225eb 100644 --- a/internal/locale/translations/hi_IN.json +++ b/internal/locale/translations/hi_IN.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "सभी को पढ़ा हुआ मार्क करें", "menu.show_all_entries": "सभी प्रविष्टियाँ दिखाए", "menu.show_only_unread_entries": "सभी अपठित प्रविष्टियाँ दिखाए", + "menu.show_only_starred_entries": "Show only starred entries", "menu.refresh_feed": "ताज़ा करें", "menu.refresh_all_feeds": "पृष्ठभूमि में सभी फ़ीड को ताज़ा करें", "menu.edit_feed": "फ़ीड संपाद करे", |