Skip to content

Commit

Permalink
fix: correct past property in ku (kurdish) locale (iamkun#1916)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahamaad committed Jun 15, 2022
1 parent 47f5b69 commit 74e82b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/ku.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const locale = {
meridiem: hour => (hour < 12 ? 'پ.ن' : 'د.ن'),
relativeTime: {
future: 'لە %s',
past: '%s',
past: 'لەمەوپێش %s',
s: 'چەند چرکەیەک',
m: 'یەک خولەک',
mm: '%d خولەک',
Expand Down

0 comments on commit 74e82b9

Please sign in to comment.