Skip to content

Commit

Permalink
feat: add sr_RS locale (Serbian) (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
paunovic-stefan authored and benjycui committed Aug 7, 2017
1 parent 9d373de commit f4ae646
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/locale/sr_RS.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
// Options.jsx
items_per_page: '/ strani',
jump_to: 'Idi na',
page: '',

// Pagination.jsx
prev_page: 'Prethodna strana',
next_page: 'Sledeća strana',
prev_5: 'Prethodnih 5 Strana',
next_5: 'Sledećih 5 Strana',
prev_3: 'Prethodnih 3 Strane',
next_3: 'Sledećih 3 Strane',
};

0 comments on commit f4ae646

Please sign in to comment.