summaryrefslogtreecommitdiffstats
path: root/core/l10n/hy.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/hy.php')
-rw-r--r--core/l10n/hy.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/l10n/hy.php b/core/l10n/hy.php
index de0c725c73b..9965d4731b0 100644
--- a/core/l10n/hy.php
+++ b/core/l10n/hy.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Sunday" => "Կիրակի",
"Monday" => "Երկուշաբթի",
"Tuesday" => "Երեքշաբթի",
@@ -17,5 +18,10 @@
"September" => "Սեպտեմբեր",
"October" => "Հոկտեմբեր",
"November" => "Նոյեմբեր",
-"December" => "Դեկտեմբեր"
+"December" => "Դեկտեմբեր",
+"_%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("","")
);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";