diff options
Diffstat (limited to 'core/l10n/hr.php')
-rw-r--r-- | core/l10n/hr.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/hr.php b/core/l10n/hr.php index 3eb556e9f63..856a3019fb1 100644 --- a/core/l10n/hr.php +++ b/core/l10n/hr.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "No category to add?" => "Nemate kategorija koje možete dodati?", "No categories selected for deletion." => "Niti jedna kategorija nije odabrana za brisanje.", "Sunday" => "nedelja", @@ -93,3 +94,4 @@ "prev" => "prethodan", "next" => "sljedeći" ); +$PLURAL_FORMS = "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"; |