Skip to content

Commit

Permalink
i18n: Add missing Slovenian translations (#13059)
Browse files Browse the repository at this point in the history
Date-picker: set year to '', add missing translations.
Pagination: translate /page
  • Loading branch information
pixiefrog authored and ziyoung committed Oct 15, 2018
1 parent 0de8a03 commit 590bca1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/locale/lang/sl.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export default {
startTime: 'Začetni čas',
endDate: 'Končni datum',
endTime: 'Končni čas',
prevYear: 'Previous Year', // to be translated
nextYear: 'Next Year', // to be translated
prevMonth: 'Previous Month', // to be translated
nextMonth: 'Next Month', // to be translated
year: 'Leto',
prevYear: 'Prejšnje leto',
nextYear: 'Naslednje leto',
prevMonth: 'Prejšnji mesec',
nextMonth: 'Naslednji mesec',
year: '',
month1: 'Jan',
month2: 'Feb',
month3: 'Mar',
Expand Down Expand Up @@ -71,7 +71,7 @@ export default {
},
pagination: {
goto: 'Pojdi na',
pagesize: '/page',
pagesize: '/stran',
total: 'Skupno {total}',
pageClassifier: ''
},
Expand Down

0 comments on commit 590bca1

Please sign in to comment.