Skip to content

Commit

Permalink
fix: Update Arabic (ar) locale relative time (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
elbourki committed Mar 16, 2020
1 parent f0d451f commit 14044c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/locale/ar.js
Expand Up @@ -16,15 +16,15 @@ const locale = {
past: 'منذ %s',
s: 'ثانية واحدة',
m: 'دقيقة واحدة',
mm: 'دقائق %d',
mm: '%d دقائق',
h: 'ساعة واحدة',
hh: 'ساعات %d',
hh: '%d ساعات',
d: 'يوم واحد',
dd: 'أيام %d',
dd: '%d أيام',
M: 'شهر واحد',
MM: 'شهرا %d',
MM: '%d أشهر',
y: 'عام واحد',
yy: 'أعوام %d'
yy: '%d أعوام'
},
ordinal: n => n,
formats: {
Expand Down

0 comments on commit 14044c6

Please sign in to comment.