Skip to content

Commit 16072cf

Browse files
authored
Add Myanmar locale
1 parent a4b0a61 commit 16072cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/mm_MM.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
export default {
2+
// Options.jsx
3+
items_per_page: '/ စာမျက်နှာ',
4+
jump_to: 'သွားရန်',
5+
jump_to_confirm: 'သေချာပြီ',
6+
page: '',
7+
8+
// Pagination.jsx
9+
prev_page: 'ယခင်စာမျက်နှာ',
10+
next_page: 'နောက်စာမျက်နှာ',
11+
prev_5: 'ယခင် ၅ခုမြောက်',
12+
next_5: 'နောက် ၅ခုမြောက်',
13+
prev_3: 'ယခင် ၃ခုမြောက်',
14+
next_3: 'နောက် ၃ခုမြောက်',
15+
};

0 commit comments

Comments
 (0)