Skip to content

Commit 6d51435

Browse files
munkhorgiliamkun
authored andcommitted
fix: Update Mongolian (mn) locale relativeTime (#753)
1 parent aa0f210 commit 6d51435

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/mn.js

+15
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ const locale = {
1515
LL: 'YYYY оны MMMMын D',
1616
LLL: 'YYYY оны MMMMын D HH:mm',
1717
LLLL: 'dddd, YYYY оны MMMMын D HH:mm'
18+
},
19+
relativeTime: {
20+
future: '%s',
21+
past: '%s',
22+
s: 'саяхан',
23+
m: 'м',
24+
mm: '%dм',
25+
h: '1ц',
26+
hh: '%dц',
27+
d: '1ө',
28+
dd: '%dө',
29+
M: '1с',
30+
MM: '%dс',
31+
y: '1ж',
32+
yy: '%dж'
1833
}
1934
}
2035

0 commit comments

Comments
 (0)