Skip to content

Commit

Permalink
fix: Update Mongolian (mn) locale relativeTime (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
allmoviestvshowslistsfilmography28 authored and iamkun committed Dec 18, 2019
1 parent dcbce33 commit 2c8740a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/locale/mn.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ const locale = {
LL: 'YYYY оны MMMMын D',
LLL: 'YYYY оны MMMMын D HH:mm',
LLLL: 'dddd, YYYY оны MMMMын D HH:mm'
},
relativeTime: {
future: '%s',
past: '%s',
s: 'саяхан',
m: 'м',
mm: '%dм',
h: '1ц',
hh: '%dц',
d: '1ө',
dd: '%dө',
M: '1с',
MM: '%dс',
y: '1ж',
yy: '%dж'
}
}

Expand Down

0 comments on commit 2c8740a

Please sign in to comment.