mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-25 04:13:17 +00:00
first copies from portal
This commit is contained in:
18
public/dist/locales/js-year-calendar.cs.js
vendored
Normal file
18
public/dist/locales/js-year-calendar.cs.js
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* 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
|
||||
};
|
||||
Reference in New Issue
Block a user