Skip to content

Commit c0ec47d

Browse files
committed
✨ added ml_IN locale
1 parent a11417a commit c0ec47d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/ml_IN.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: 'മുൻപുള്ള 5 പേജുകൾ',
12+
next_5: 'അടുത്ത 5 പേജുകൾ',
13+
prev_3: 'മുൻപുള്ള 3 പേജുകൾ',
14+
next_3: 'അടുത്ത 3 പേജുകൾ',
15+
};

0 commit comments

Comments
 (0)