Skip to content

Commit

Permalink
add czech localisation. Fixes issue #35
Browse files Browse the repository at this point in the history
  • Loading branch information
najlepsiwebdesigner committed Jul 2, 2014
1 parent 3dd72e5 commit 499aa45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions js/foundation-datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,14 @@
months: ["Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"],
monthsShort: ["Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек"],
today: "Сегодня",
},
cz: {
days: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota", "Neděle"],
daysShort: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So", "Ne"],
daysMin: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So", "Ne"],
months: ["Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"],
monthsShort: ["Led", "Úno", "Bře", "Dub", "Kvě", "Čer", "Čnc", "Srp", "Zář", "Říj", "Lis", "Pro"],
today: "Dnes"
}
};

Expand Down

0 comments on commit 499aa45

Please sign in to comment.