Skip to content

Commit 3fd1744

Browse files
authored
feat: add turkmen language (#391)
1 parent 04b57e6 commit 3fd1744

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/locale/tk_TK.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export default {
2+
// Options.jsx
3+
items_per_page: '/ sahypa',
4+
jump_to: 'Git',
5+
jump_to_confirm: 'tassykla',
6+
page: 'Sahypa',
7+
8+
// Pagination.jsx
9+
prev_page: 'Öňki sahypa',
10+
next_page: 'Soňky sahypa',
11+
prev_5: 'Öňki 5 sahypa',
12+
next_5: 'Soňky 5 sahypa',
13+
prev_3: 'Öňki 3 sahypa',
14+
next_3: 'Soňky 3 sahypa',
15+
page_size: 'Sahypa sany',
16+
};

0 commit comments

Comments
 (0)