Skip to content

Commit

Permalink
Merge pull request #56 from frohikey/cs-CZ
Browse files Browse the repository at this point in the history
cs-CZ language support
  • Loading branch information
wxsms committed Aug 19, 2017
2 parents 5d9d806 + 769594b commit b5b9e06
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/docs/pages/I18n.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ let appLocale = Object.assign({}, uivLocale, {
<h3 class="page-header">{{$t('i18n.supported')}}</h3>
<p>{{$t('i18n.supportedSortBy')}}</p>
<ul>
<li>cs-CZ</li>
<li>en-US</li>
<li>pt-BR</li>
<li>zh-CN</li>
Expand Down
37 changes: 37 additions & 0 deletions src/locale/lang/cs-CZ.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
export default {
uiv: {
datePicker: {
clear: 'Smazat',
today: 'Dnes',
month: 'Měsíc',
month1: 'Leden',
month2: 'Únor',
month3: 'Březen',
month4: 'Duben',
month5: 'Květen',
month6: 'Červen',
month7: 'Červenec',
month8: 'Srpen',
month9: 'Září',
month10: 'Říjen',
month11: 'Listopad',
month12: 'Prosinec',
year: 'Rok',
week1: 'Po',
week2: 'Út',
week3: 'St',
week4: 'Čt',
week5: 'Pá',
week6: 'So',
week7: 'Ne'
},
timePicker: {
am: 'Dop.',
pm: 'Odp.'
},
modal: {
cancel: 'Zrušit',
ok: 'OK'
}
}
}

0 comments on commit b5b9e06

Please sign in to comment.