We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11417a commit d3e1ffeCopy full SHA for d3e1ffe
src/locale/ml_IN.js
@@ -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