Sfoglia il codice sorgente

Create eu.js

Support for basque language
Andoni Correas 10 anni fa
parent
commit
bde352332c
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11 0
      lang/eu.js

+ 11 - 0
lang/eu.js

@@ -0,0 +1,11 @@
+
+$.fullCalendar.lang("eu", {
+	buttonText: {
+		month: "Hilabetea",
+		week: "Astea",
+		day: "Eguna",
+		list: "Agenda"
+	},
+	allDayHtml: "Egun<br/>osoa",
+	eventLimitText: "gehiago"
+});