Explorar o código

Closes #580 - Azerbaijani language pluralization rule is wrong

Frank Brückner %!s(int64=10) %!d(string=hai) anos
pai
achega
401a0c8f39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library/Zend/Translate/Plural.php

+ 1 - 1
library/Zend/Translate/Plural.php

@@ -65,6 +65,7 @@ class Zend_Translate_Plural
         }
 
         switch($locale) {
+            case 'az':
             case 'bo':
             case 'dz':
             case 'id':
@@ -83,7 +84,6 @@ class Zend_Translate_Plural
                 break;
 
             case 'af':
-            case 'az':
             case 'bn':
             case 'bg':
             case 'ca':