Merge pull request #172 from b10m/master

Added Bahasa Indonesia support (id.js language file)
This commit is contained in:
Adam Shaw
2014-06-15 10:47:14 -07:00
+10
View File
@@ -0,0 +1,10 @@
$.fullCalendar.lang("id", {
defaultButtonText: {
month: "Bulan",
week: "Minggu",
day: "Hari",
list: "Agenda"
},
allDayText: "Sehari penuh"
});