assets self-hosted

This commit is contained in:
Benjamin Takats
2023-01-20 18:39:33 +01:00
parent b8a4dccfc6
commit af2885c697
41 changed files with 11924 additions and 20 deletions

View File

@@ -0,0 +1,15 @@
/**
* Slovak translation for js-year-calendar
* Marian Sulgan
* marian@sulgan.sk
*/
Calendar.locales['sk'] = {
days: ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"],
daysShort: ["Ned", "Pon", "Uto", "Str", "Štv", "Pia", "Sob"],
daysMin: ["Ne", "Po", "Ut", "St", "Št", "Pia", "So"],
months: ["Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"],
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec"],
weekShort: 'W',
weekStart: 1
};