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 3f3da3d commit 5f897f6Copy full SHA for 5f897f6
src/locale/te_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: 'మునుపటి 5 పేజీలు',
14
+ next_5: 'తదుపరి 5 పేజీలు',
15
+ prev_3: 'మునుపటి 3 పేజీలు',
16
+ next_3: 'తదుపరి 3 పేజీలు',
17
+ page_size: 'పేజీ పరిమాణం',
18
+};
19
20
+export default locale;
0 commit comments