Skip to content

Commit c68b535

Browse files
Merge branch '2.3' into 2.6
* 2.3: Update DateTimeToArrayTransformer.php Mock microtime() and time() in transient tests Azerbaijani language pluralization rule Move HHVM tests out of the allowed failures
2 parents 68b33af + bb612d2 commit c68b535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluralizationRules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public static function get($number, $locale)
5555
* Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
5656
*/
5757
switch ($locale) {
58+
case 'az':
5859
case 'bo':
5960
case 'dz':
6061
case 'id':
@@ -73,7 +74,6 @@ public static function get($number, $locale)
7374
break;
7475

7576
case 'af':
76-
case 'az':
7777
case 'bn':
7878
case 'bg':
7979
case 'ca':

0 commit comments

Comments
 (0)