Skip to content

Commit

Permalink
feat(relative-time): months and years to Arabic translation
Browse files Browse the repository at this point in the history
adds month and year translations for the Arabic version of the relative-time feature

partially fixes: #260
  • Loading branch information
arabsight authored and zewa666 committed Mar 19, 2018
1 parent c8e736e commit 0ae50d8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/defaultTranslations/relative.time.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0ae50d8

Please sign in to comment.