mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
assets self-hosted
This commit is contained in:
14
public/dist/locales/js-year-calendar.hr.js
vendored
Normal file
14
public/dist/locales/js-year-calendar.hr.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Croatian translation for js-year-calendar
|
||||
* Davor Došlnec <davor.doslinec@gmail.com>
|
||||
*/
|
||||
|
||||
Calendar.locales['hr'] = {
|
||||
days: ["Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"],
|
||||
daysShort: ["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"],
|
||||
daysMin: ["Ne", "Po", "Ut", "Sr", "Če", "Pe", "Su"],
|
||||
months: ["Siječanj", "Veljača", "Ožujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"],
|
||||
monthsShort: ["Sij", "Vel", "Ožu", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro"],
|
||||
weekShort: 'T',
|
||||
weekStart: 1
|
||||
};
|
||||
Reference in New Issue
Block a user