Skip to content

Commit 0d1c096

Browse files
committed
Merge branch '2.8' into 3.4
* 2.8: fixed UUID error message id in translation files Add several missing translations of the UUID validation message. Serbo-Croatian has Serbian plural rule [Validator] Add missing UUID validator message translation (hu) [Validator] Add missing UUID validator message translation (en) add missing translation for uuid validator Fix PHPDoc return type [MonologBridge] Improve FirePHPHandler Fix SVGs not scaling in IE9, IE10, and IE11
2 parents 551e32d + 968379d commit 0d1c096

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PluralizationRules.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public static function get($number, $locale)
144144
case 'bs':
145145
case 'hr':
146146
case 'ru':
147+
case 'sh':
147148
case 'sr':
148149
case 'uk':
149150
return ((1 == $number % 10) && (11 != $number % 100)) ? 0 : ((($number % 10 >= 2) && ($number % 10 <= 4) && (($number % 100 < 10) || ($number % 100 >= 20))) ? 1 : 2);

0 commit comments

Comments
 (0)