diff options
| author | 2020-12-26 06:50:09 -0500 | |
|---|---|---|
| committer | 2020-12-26 12:50:09 +0100 | |
| commit | 4abb30228b70723f50499f9f00435fb3e3cd4fbe (patch) | |
| tree | 8b6f9d2d6fc7cdb14efe2f543c7c261784735dcb /app/i18n/oc/conf.php | |
| parent | 46cb89adf842e2fbac254fc99355d6577e4e86eb (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/oc/conf.php')
| -rw-r--r-- | app/i18n/oc/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 7a127dda1..6d84a2c7f 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -70,6 +70,7 @@ return array( 'get_category' => 'Mostrar la categoria « %s »', 'get_favorite' => 'Mostrar los articles favorits', 'get_feed' => 'Mostrar lo flux « %s »', + 'get_tag' => 'Display "%s" label', // TODO - Translation 'no_filter' => 'Cap de filtre aplicat', 'none' => 'Avètz pas encara creat cap de filtre.', 'number' => 'Filtre n°%d', |
