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/it/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/i18n/it/index.php') diff --git a/app/i18n/it/index.php b/app/i18n/it/index.php index 4418fe5fb..f38ea5811 100644 --- a/app/i18n/it/index.php +++ b/app/i18n/it/index.php @@ -3,7 +3,7 @@ return array( 'about' => array( '_' => 'Informazioni', - 'agpl3' => 'AGPL 3', // TODO - Translation + 'agpl3' => 'AGPL 3', 'bugs_reports' => 'Bugs', 'credits' => 'Crediti', 'credits_content' => 'Alcuni elementi di design provengono da Bootstrap sebbene FreshRSS non usi questo framework. Le icone provengono dal progetto GNOME. Il carattere Open Sans è stato creato da Steve Matteson. FreshRSS è basato su Minz, un framework PHP.', @@ -13,7 +13,6 @@ return array( 'project_website' => 'Sito del progetto', 'title' => 'Informazioni', 'version' => 'Versione', - 'website' => 'Sito', ), 'feed' => array( 'add' => 'Aggiungi un Feed RSS', -- cgit v1.2.3