summaryrefslogtreecommitdiffstats
path: root/core/l10n/sr@latin.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/sr@latin.php')
-rw-r--r--core/l10n/sr@latin.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/sr@latin.php b/core/l10n/sr@latin.php
index 238843aa176..b8bae55f227 100644
--- a/core/l10n/sr@latin.php
+++ b/core/l10n/sr@latin.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Sunday" => "Nedelja",
"Monday" => "Ponedeljak",
"Tuesday" => "Utorak",
@@ -49,3 +50,4 @@
"prev" => "prethodno",
"next" => "sledeće"
);
+$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);";