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/cz/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/cz/conf.php') diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php index 61a2a111a..f93c6fcb2 100644 --- a/app/i18n/cz/conf.php +++ b/app/i18n/cz/conf.php @@ -70,6 +70,7 @@ return array( 'get_category' => 'Zobrazit "%s" kategorii', 'get_favorite' => 'Zobrazit oblíbené články', 'get_feed' => 'Zobrazit "%s" článkek', + 'get_tag' => 'Display "%s" label', // TODO - Translation 'no_filter' => 'Zrušit filtr', 'none' => 'Ještě jste nevytvořil žádný uživatelský dotaz.', 'number' => 'Dotaz n°%d', -- cgit v1.2.3