aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/packages/core/locales/af.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/fullcalendar/packages/core/locales/af.js')
-rw-r--r--library/fullcalendar/packages/core/locales/af.js30
1 files changed, 0 insertions, 30 deletions
diff --git a/library/fullcalendar/packages/core/locales/af.js b/library/fullcalendar/packages/core/locales/af.js
deleted file mode 100644
index ee9f9f747..000000000
--- a/library/fullcalendar/packages/core/locales/af.js
+++ /dev/null
@@ -1,30 +0,0 @@
-(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.af = factory()));
-}(this, function () { 'use strict';
-
- var af = {
- code: "af",
- week: {
- dow: 1,
- doy: 4 // Die week wat die 4de Januarie bevat is die eerste week van die jaar.
- },
- buttonText: {
- prev: "Vorige",
- next: "Volgende",
- today: "Vandag",
- year: "Jaar",
- month: "Maand",
- week: "Week",
- day: "Dag",
- list: "Agenda"
- },
- allDayHtml: "Heeldag",
- eventLimitText: "Addisionele",
- noEventsMessage: "Daar is geen gebeurtenisse nie"
- };
-
- return af;
-
-}));