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 15341cc commit a85aa10Copy full SHA for a85aa10
1 file changed
src/locale/tl_PH.ts
@@ -0,0 +1,21 @@
1
+import type { PaginationLocale } from '../interface';
2
+
3
+const locale: PaginationLocale = {
4
+ // Options
5
+ items_per_page: '/ pahina',
6
+ jump_to: 'Pumunta sa',
7
+ jump_to_confirm: 'kumpirmahin',
8
+ page: 'Pahina',
9
10
+ // Pagination
11
+ prev_page: 'Nakaraang Pahina',
12
+ next_page: 'Susunod na Pahina',
13
+ prev_5: 'Nakaraang 5 na Pahina',
14
+ next_5: 'Susunod na 5 na Pahina',
15
+ prev_3: 'Nakaraang 3 na Pahina',
16
+ next_3: 'Susunod na 3 na Pahina',
17
+ page_size: 'Laki ng Pahina',
18
+};
19
20
+export default locale;
21
0 commit comments