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/ru/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/i18n/ru/index.php') diff --git a/app/i18n/ru/index.php b/app/i18n/ru/index.php index df154d671..8544ad65f 100644 --- a/app/i18n/ru/index.php +++ b/app/i18n/ru/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 создан Стивом Мэттесоном. FreshRSS основан на Minz, PHP-фреймворке.', @@ -13,7 +13,6 @@ return array( 'project_website' => 'Сайт проекта', 'title' => 'О проекте', 'version' => 'Версия', - 'website' => 'Сайт', ), 'feed' => array( 'add' => 'Вы можете добавить ленты.', -- cgit v1.2.3