Sha256: 37f85502de58ec0c37a163d1f01ef6e9a9ddcd5937e64470c676ab785b8eb2b0
Contents?: true
Size: 1006 Bytes
Versions: 4
Compression:
Stored size: 1006 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['fr-ch'] = factory())); }(this, function () { 'use strict'; var frCh = { code: "fr-ch", week: { dow: 1, doy: 4 // The week that contains Jan 4th is the first week of the year. }, buttonText: { prev: "Précédent", next: "Suivant", today: "Courant", year: "Année", month: "Mois", week: "Semaine", day: "Jour", list: "Mon planning" }, weekLabel: "Sm", allDayHtml: "Toute la<br/>journée", eventLimitText: "en plus", noEventsMessage: "Aucun événement à afficher" }; return frCh; }));
Version data entries
4 entries across 4 versions & 2 rubygems