Skip to content

Commit 4511830

Browse files
authored
added lithuanian language (#297)
1 parent 0a3c34f commit 4511830

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/lt_LT.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: '/ psl.',
4+
jump_to: 'Pereiti',
5+
jump_to_confirm: 'patvirtinti',
6+
page: '',
7+
8+
// Pagination.jsx
9+
prev_page: 'Atgal',
10+
next_page: 'Pirmyn',
11+
prev_5: 'Grįžti 5 pls.',
12+
next_5: 'Peršokti 5 pls.',
13+
prev_3: 'Grįžti 3 pls.',
14+
next_3: 'Peršokti 3 pls.',
15+
};

0 commit comments

Comments
 (0)