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 b8515b7 commit 270ddccCopy full SHA for 270ddcc
src/locale/mr_IN.ts
@@ -0,0 +1,20 @@
1
+import type { PaginationLocale } from '../interface';
2
+
3
+const locale: PaginationLocale = {
4
+ // Options
5
+ items_per_page: '/ पृष्ठ',
6
+ jump_to: 'यावर जा ',
7
+ jump_to_confirm: 'पुष्टी करा',
8
+ page: 'पृष्ठ',
9
10
+ // Pagination
11
+ prev_page: 'मागील पृष्ठ',
12
+ next_page: 'पुढील पृष्ठ',
13
+ prev_5: 'मागील ५ पृष्ठे',
14
+ next_5: 'पुढील ५ पृष्ठे',
15
+ prev_3: 'मागील ३ पृष्ठे',
16
+ next_3: 'पुढील ३ पृष्ठे',
17
+ page_size: 'पृष्ठ आकार',
18
+};
19
20
+export default locale;
0 commit comments