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/Controllers/entryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controllers/entryController.php') diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index 7881cb3ec..15e4aa3fd 100755 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -109,7 +109,7 @@ class FreshRSS_entry_Controller extends Minz_ActionController { } if (!$this->ajax) { - Minz_Request::good(_t($is_read ? 'feedback.sub.articles.marked_read' : 'feedback.sub.articles.marked_unread'), + Minz_Request::good($is_read ? _t('feedback.sub.articles.marked_read') : _t('feedback.sub.articles.marked_unread'), array( 'c' => 'index', 'a' => 'index', -- cgit v1.2.3