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