Skip to content

Commit eeb8732

Browse files
authored
Merge pull request #149 from stefy/master
Add Romanian locale
2 parents 225ae81 + 796c9cc commit eeb8732

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/locale/ro_RO.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: '/ pagină',
4+
jump_to: 'Mergi la',
5+
jump_to_confirm: 'confirm',
6+
page: '',
7+
8+
// Pagination.jsx
9+
prev_page: 'Pagina Anterioară',
10+
next_page: 'Pagina Următoare',
11+
prev_5: '5 Pagini Anterioare',
12+
next_5: '5 Pagini Următoare',
13+
prev_3: '3 Pagini Anterioare',
14+
next_3: '3 Pagini Următoare',
15+
};

0 commit comments

Comments
 (0)