Merge pull request #896 from Patriccollu/PB-in-Corsican

Adding Corsican as brand new locale
This commit is contained in:
El RIDO
2022-02-26 11:52:43 +01:00
committed by GitHub
5 changed files with 194 additions and 2 deletions

View File

@@ -317,6 +317,7 @@ class I18n
switch (self::$_language) {
case 'cs':
return $n == 1 ? 0 : ($n >= 2 && $n <= 4 ? 1 : 2);
case 'co':
case 'fr':
case 'oc':
case 'zh':