Sha256: 368473337dcc8be03a0089499e9af8a868605438c80fc74f50fa7c166e86c671
Contents?: true
Size: 949 Bytes
Versions: 4
Compression:
Stored size: 949 Bytes
Contents
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.id = factory())); }(this, function () { 'use strict'; var id = { code: "id", week: { dow: 1, doy: 7 // The week that contains Jan 1st is the first week of the year. }, buttonText: { prev: "mundur", next: "maju", today: "hari ini", month: "Bulan", week: "Minggu", day: "Hari", list: "Agenda" }, weekLabel: "Mg", allDayHtml: "Sehari<br/>penuh", eventLimitText: "lebih", noEventsMessage: "Tidak ada acara untuk ditampilkan" }; return id; }));
Version data entries
4 entries across 4 versions & 2 rubygems