Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import { defineLocale } from 'fullcalendar';
defineLocale("ar", {
week: {
dow: 6, // Saturday is the first day of the week.
doy: 12 // The week that contains Jan 1st is the first week of the year.
},
isRTL: true,
buttonText: {
prev: "السابق",
next: "التالي",
today: "اليوم",
month: "شهر",
week: "أسبوع",
day: "يوم",
list: "أجندة"
},
weekHeader: "أسبوع",
allDayText: "اليوم كله",
import { defineLocale } from 'fullcalendar';
defineLocale("sq", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 4 // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: "mbrapa",
next: "Përpara",
today: "sot",
month: "Muaj",
week: "Javë",
day: "Ditë",
list: "Listë"
},
weekHeader: "Ja",
allDayHtml: "Gjithë<br>ditën",
eventLimitText: function(n) {
import { defineLocale } from 'fullcalendar';
defineLocale("cs", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 4 // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: "Dříve",
next: "Později",
today: "Nyní",
month: "Měsíc",
week: "Týden",
day: "Den",
list: "Agenda"
},
weekHeader: "Týd",
allDayText: "Celý den",
eventLimitText: function(n) {
import { defineLocale } from 'fullcalendar';
defineLocale("kk", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 7 // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: "Алдыңғы",
next: "Келесі",
today: "Бүгін",
month: "Ай",
week: "Апта",
day: "Күн",
list: "Күн тәртібі"
},
weekHeader: "Не",
allDayText: "Күні бойы",
eventLimitText: function(n) {
import { defineLocale } from 'fullcalendar';
defineLocale("tr", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 7 // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: "geri",
next: "ileri",
today: "bugün",
month: "Ay",
week: "Hafta",
day: "Gün",
list: "Ajanda"
},
weekHeader: "Hf",
allDayText: "Tüm gün",
eventLimitText: "daha fazla",
import { defineLocale } from 'fullcalendar';
defineLocale("sv", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 4 // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: "Förra",
next: "Nästa",
today: "Idag",
month: "Månad",
week: "Vecka",
day: "Dag",
list: "Program"
},
weekHeader: "v.",
allDayText: "Heldag",
eventLimitText: "till",
import { defineLocale } from 'fullcalendar';
defineLocale("vi", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 4 // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: "Trước",
next: "Tiếp",
today: "Hôm nay",
month: "Tháng",
week: "Tuần",
day: "Ngày",
list: "Lịch biểu"
},
weekHeader: "Tu",
allDayText: "Cả ngày",
eventLimitText: function(n) {
import { defineLocale } from 'fullcalendar';
defineLocale("hu", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 4 // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: "vissza",
next: "előre",
today: "ma",
month: "Hónap",
week: "Hét",
day: "Nap",
list: "Napló"
},
weekHeader: "Hét",
allDayText: "Egész nap",
eventLimitText: "további",
import { defineLocale } from 'fullcalendar';
defineLocale("nn", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 4 // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: "Førre",
next: "Neste",
today: "I dag",
month: "Månad",
week: "Veke",
day: "Dag",
list: "Agenda"
},
weekHeader: "Veke",
allDayText: "Heile dagen",
eventLimitText: "til",
import { defineLocale } from 'fullcalendar';
defineLocale("bg", {
week: {
dow: 1, // Monday is the first day of the week.
doy: 7 // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: "назад",
next: "напред",
today: "днес",
month: "Месец",
week: "Седмица",
day: "Ден",
list: "График"
},
allDayText: "Цял ден",
eventLimitText: function(n) {
return "+още " + n;