From fe295f50d031ca6475e21a0ae317cf1c71a68347 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 12 Sep 2021 11:37:15 +0200 Subject: 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` --- app/i18n/he/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/i18n/he/index.php') diff --git a/app/i18n/he/index.php b/app/i18n/he/index.php index 121e689b2..3579344d6 100644 --- a/app/i18n/he/index.php +++ b/app/i18n/he/index.php @@ -3,7 +3,7 @@ return array( 'about' => array( '_' => 'אודות', - 'agpl3' => 'AGPL 3', // TODO - Translation + 'agpl3' => 'AGPL 3', 'bugs_reports' => 'דיווח באגים', 'credits' => 'קרדיטים', 'credits_content' => 'מאפייני עיצוב מסויימים הגיעו מ Bootstrap אף על פי ש FreshRSS אינו משתמש בתשתית הזו. סמלילים הגיעו מ פרוייקט GNOME . Open Sans הגופן police נוצר על ידי Steve Matteson. Favicons נאספים בעזרת getFavicon API. FreshRSS מבוסס על Minz, תשתית PHP.', @@ -13,7 +13,6 @@ return array( 'project_website' => 'אתר', 'title' => 'אודות', 'version' => 'גרסה', - 'website' => 'אתר', ), 'feed' => array( 'add' => 'ניתן להוסיף הזנות חדשות.', -- cgit v1.2.3