From 0ae50d85b69eb95137539dca758a2dc3c33d8917 Mon Sep 17 00:00:00 2001 From: Rabah Ghodbane Date: Mon, 19 Mar 2018 12:58:49 +0100 Subject: [PATCH] feat(relative-time): months and years to Arabic translation adds month and year translations for the Arabic version of the relative-time feature partially fixes: https://github.com/aurelia/i18n/issues/260 --- src/defaultTranslations/relative.time.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/defaultTranslations/relative.time.js b/src/defaultTranslations/relative.time.js index 61c9fbfd..628417dd 100644 --- a/src/defaultTranslations/relative.time.js +++ b/src/defaultTranslations/relative.time.js @@ -18,7 +18,15 @@ export const translations = { 'day_ago': 'منذ __count__ يوم', 'day_ago_plural': 'منذ __count__ أيام', 'day_in': 'في __count__ يوم', - 'day_in_plural': 'في __count__ أيام' + 'day_in_plural': 'في __count__ أيام', + 'month_ago': 'منذ __count__ شهر', + 'month_ago_plural': 'منذ __count__ أشهر', + 'month_in': 'في __count__ شهر', + 'month_in_plural': 'في __count__ أشهر', + 'year_ago': 'منذ __count__ سنة', + 'year_ago_plural': 'منذ __count__ سنوات', + 'year_in': 'في __count__ سنة', + 'year_in_plural': 'في __count__ سنوات' } }, en: {