js-year-calendar
Version:
A fully customizable year calendar widget
18 lines (17 loc) • 755 B
JavaScript
/**
* Czech translation for js-year-calendar
* @ptica
* Based on
* German translation for js-year-calendar
* Paul DAVID-SIVELLE
* and moment.js locale configuration by author : petrbela : https://github.com/petrbela
*/
Calendar.locales['cs'] = {
days: ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"],
daysShort: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"],
daysMin: ["Ne", "Po", "Út", "St", "Čt", "Pá", "So"],
months: ["Leden", "Únor", "Březen", "Duben", "Květen", "Červen", "Červenec", "Srpen", "Září", "Říjen", "Listopad", "Prosinec"],
monthsShort: ["Led", "Úno", "Bře", "Dub", "Kvě", "Čvn", "Čvc", "Srp", "Zář", "Říj", "Lis", "Pro"],
weekShort: 'T',
weekStart: 1
};