查看/编辑 代码
内容
(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.hu = factory())); }(this, function () { 'use strict'; var hu = { code: "hu", week: { dow: 1, 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贸" }, weekLabel: "H茅t", allDayText: "Eg茅sz nap", eventLimitText: "tov谩bbi", noEventsMessage: "Nincs megjelen铆thet艖 esem茅ny" }; return hu; }));