Skip to content

Commit

Permalink
fix: Word orders corrections for locale 'fa' (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
majidmadadi authored and iamkun committed Feb 14, 2019
1 parent 8ede9b7 commit 56050c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/locale/fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ const locale = {
LLLL: 'dddd, D MMMM YYYY HH:mm'
},
relativeTime: {
future: '%s در',
past: 'پیش %s',
future: 'در %s',
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 سال'
}
}

Expand Down

0 comments on commit 56050c2

Please sign in to comment.