- credit & document Turkish translation

- remove plural indicators
- add plural logic and enable Turkish translation
This commit is contained in:
El RIDO
2022-04-28 20:05:57 +02:00
parent 2c01892ee1
commit f717334ee0
7 changed files with 58 additions and 54 deletions

View File

@@ -320,6 +320,7 @@ class I18n
case 'co':
case 'fr':
case 'oc':
case 'tr':
case 'zh':
return $n > 1 ? 1 : 0;
case 'he':