Skip to content

Commit 2f801d1

Browse files
authored
fix(Localization): Improve burmese localization (#682)
The localization of Burmese is not accurate and improved localization of some words with better and accurate definition.
1 parent 63a044c commit 2f801d1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/locale/my_MM.ts

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ const locale: Locale = {
44
locale: 'my_MM',
55
today: 'ယနေ့',
66
now: 'ယခု',
7-
backToToday: 'ယနေ့ မတိုင်ခင် သို့',
7+
backToToday: 'ယနေ့မတိုင်ခင်သို့',
88
ok: 'OK',
99
clear: 'ရှင်းမည်',
1010
month: 'လ',
1111
year: 'နှစ်',
12-
timeSelect: 'အချိန်ကို ရွေး',
13-
dateSelect: 'နေ့ကို ရွေး',
14-
weekSelect: 'အပတ်ကို ရွေး',
15-
monthSelect: 'လကို ရွေး',
16-
yearSelect: 'နှစ်ကို ရွေး',
17-
decadeSelect: 'ဆယ်စုနှစ်ကို ရွေး',
12+
timeSelect: 'အချိန်ကိုရွေး',
13+
dateSelect: 'နေ့ကိုရွေး',
14+
weekSelect: 'သီတင်းပတ်ကိုရွေး',
15+
monthSelect: 'လကိုရွေး',
16+
yearSelect: 'နှစ်ကိုရွေး',
17+
decadeSelect: 'ဆယ်စုနှစ်ကိုရွေး',
1818
yearFormat: 'YYYY',
1919
dateFormat: 'M/D/YYYY',
2020
dayFormat: 'D',
2121
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
2222
monthBeforeYear: true,
23-
previousMonth: 'ယခင် လ (PageUp)',
24-
nextMonth: 'နောက် လ (PageDown)',
25-
previousYear: 'ယခင် နှစ် (Control + left)',
26-
nextYear: 'နောက် နှစ် (Control + right)',
27-
previousDecade: 'ယခင် ဆယ်စုနှစ်',
28-
nextDecade: 'နောက် ဆယ်စုနှစ်',
29-
previousCentury: 'ယခင် ရာစုနှစ်',
30-
nextCentury: 'နောက် ရာစုနှစ်',
23+
previousMonth: 'ယခင်လ (PageUp)',
24+
nextMonth: 'နောက်လ (PageDown)',
25+
previousYear: 'ယခင်နှစ် (Control + left)',
26+
nextYear: 'နောက်နှစ် (Control + right)',
27+
previousDecade: 'ယခင်ဆယ်စုနှစ်',
28+
nextDecade: 'နောက်ဆယ်စုနှစ်',
29+
previousCentury: 'ယခင်ရာစုနှစ်',
30+
nextCentury: 'နောက်ရာစုနှစ်',
3131
};
3232

3333
export default locale;

0 commit comments

Comments
 (0)