aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/conf.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-12-26 06:50:09 -0500
committerGravatar GitHub <noreply@github.com> 2020-12-26 12:50:09 +0100
commit4abb30228b70723f50499f9f00435fb3e3cd4fbe (patch)
tree8b6f9d2d6fc7cdb14efe2f543c7c261784735dcb /app/i18n/it/conf.php
parent46cb89adf842e2fbac254fc99355d6577e4e86eb (diff)
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
Diffstat (limited to 'app/i18n/it/conf.php')
-rw-r--r--app/i18n/it/conf.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php
index c805511cc..a17ad03a2 100644
--- a/app/i18n/it/conf.php
+++ b/app/i18n/it/conf.php
@@ -70,6 +70,7 @@ return array(
'get_category' => 'Mostra la categoria "%s" ',
'get_favorite' => 'Mostra articoli preferiti',
'get_feed' => 'Mostra feed "%s" ',
+ 'get_tag' => 'Display "%s" label', // TODO - Translation
'no_filter' => 'Nessun filtro',
'none' => 'Non hai creato nessuna ricerca personale.',
'number' => 'Ricerca n°%d',