summaryrefslogtreecommitdiffstats
path: root/core/l10n/bs.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/bs.php')
-rw-r--r--core/l10n/bs.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/l10n/bs.php b/core/l10n/bs.php
index 6b65cf81f28..885518f9136 100644
--- a/core/l10n/bs.php
+++ b/core/l10n/bs.php
@@ -1,4 +1,10 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
+"_%n minute ago_::_%n minutes ago_" => array("","",""),
+"_%n hour ago_::_%n hours ago_" => array("","",""),
+"_%n day ago_::_%n days ago_" => array("","",""),
+"_%n month ago_::_%n months ago_" => array("","",""),
"Share" => "Podijeli",
"Add" => "Dodaj"
);
+$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);";