diff options
author | Alexandre Alapetite <alexandre@alapetite.fr> | 2021-09-12 11:37:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 11:37:15 +0200 |
commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/en/sub.php | |
parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
download | freshrss-fe295f50d031ca6475e21a0ae317cf1c71a68347.tar.gz freshrss-fe295f50d031ca6475e21a0ae317cf1c71a68347.zip |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/en/sub.php')
-rw-r--r-- | app/i18n/en/sub.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index a3c71cb1f..4dd7bf312 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -13,7 +13,6 @@ return array( ), 'category' => array( '_' => 'Category', - 'add' => 'Add a category', 'archiving' => 'Archiving', 'empty' => 'Empty category', 'information' => 'Information', @@ -110,8 +109,6 @@ return array( ), 'menu' => array( 'add' => 'Add a feed or category', - 'add_feed' => 'Add a feed', - 'bookmark' => 'Subscribe (FreshRSS bookmark)', 'import_export' => 'Import / export', 'label_management' => 'Label management', 'subscription_management' => 'Subscription management', |