Skip to content

Commit 7527c26

Browse files
aashutoshrathiafc163
authored andcommitted
Add Hindi Locale
1 parent ee5dbb3 commit 7527c26

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/hi_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)