Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55fd68e

Browse files
branqaBranka Slavkovic
andauthoredMay 14, 2024
Added sr_Cyrl_RS locale for Serbian Cyrillic (#385)
* Added sr_Cyrl_RS locale for Serbian Cyrillic * Added sr_Cyrl_RS locale for Serbian Cyrillic - new line fix --------- Co-authored-by: Branka Slavkovic <[email protected]>
1 parent 264d003 commit 55fd68e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎src/locale/sr_Cyrl_RS.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: '/ страни',
4+
jump_to: 'Иди на',
5+
page: '',
6+
7+
// Pagination.jsx
8+
prev_page: 'Претходна страна',
9+
next_page: 'Следећа страна',
10+
prev_5: 'Претходних 5 Страна',
11+
next_5: 'Следећих 5 Страна',
12+
prev_3: 'Претходних 3 Стране',
13+
next_3: 'Следећих 3 Стране',
14+
page_size: 'Page Size',
15+
};

0 commit comments

Comments
 (0)
Please sign in to comment.