From 4abb30228b70723f50499f9f00435fb3e3cd4fbe Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 26 Dec 2020 06:50:09 -0500 Subject: Fix user queries with labels (#3285) Before user queries with labels were not translated. Actually, it was not even processed. Now those user queries are translated properly. See #3215 --- app/i18n/ru/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/ru/conf.php') diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index 49be0af7e..22fd28ef8 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -70,6 +70,7 @@ return array( 'get_category' => 'Display "%s" category', // TODO - Translation 'get_favorite' => 'Display favorite articles', 'get_feed' => 'Display "%s" feed', // TODO - Translation + 'get_tag' => 'Display "%s" label', // TODO - Translation 'no_filter' => 'No filter', // TODO - Translation 'none' => 'You haven’t created any user query yet.', 'number' => 'Query n°%d', // TODO - Translation -- cgit v1.2.3