Choosing correct Occitan plural formula, added unit tests for Occitan and Chinese, corrected casing of languages in unit test
This commit is contained in:
@@ -295,6 +295,7 @@ class I18n
|
||||
{
|
||||
switch (self::$_language) {
|
||||
case 'fr':
|
||||
case 'oc':
|
||||
case 'zh':
|
||||
return $n > 1 ? 1 : 0;
|
||||
case 'pl':
|
||||
|
||||
Reference in New Issue
Block a user