Skip to content

Commit 270ddcc

Browse files
feat: Add Marathi language support (#658)
* feat: Add Marathi language support * feat: update translations
1 parent b8515b7 commit 270ddcc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/locale/mr_IN.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)