diff options
author | 2024-08-29 15:22:41 +0200 | |
---|---|---|
committer | 2024-09-02 21:23:17 -0700 | |
commit | fcf9fde11860693eb6b2ace7f09b4795bc9df5eb (patch) | |
tree | e4ff58bbe8e7479792c5d88e1757dc70f650033c /internal/locale/translations/it_IT.json | |
parent | 5c38688783fec13fb6e387547bc5176548394d29 (diff) | |
download | v2-fcf9fde11860693eb6b2ace7f09b4795bc9df5eb.tar.gz v2-fcf9fde11860693eb6b2ace7f09b4795bc9df5eb.tar.zst v2-fcf9fde11860693eb6b2ace7f09b4795bc9df5eb.zip |
feat(locale): add translations for menu.show_only_starred_entries
Diffstat (limited to 'internal/locale/translations/it_IT.json')
-rw-r--r-- | internal/locale/translations/it_IT.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/locale/translations/it_IT.json b/internal/locale/translations/it_IT.json index 1c8f7a31..5d63868f 100644 --- a/internal/locale/translations/it_IT.json +++ b/internal/locale/translations/it_IT.json @@ -41,6 +41,7 @@ "menu.mark_all_as_read": "Segna tutti gli articoli come letti", "menu.show_all_entries": "Mostra tutte le voci", "menu.show_only_unread_entries": "Mostra solo voci non lette", + "menu.show_only_starred_entries": "Mostra solo voci preferiti", "menu.refresh_feed": "Aggiorna", "menu.refresh_all_feeds": "Aggiorna tutti i feed in background", "menu.edit_feed": "Modifica", |