aboutsummaryrefslogtreecommitdiffstats
path: root/library/fullcalendar/packages/core/locales/ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/fullcalendar/packages/core/locales/ru.js')
-rw-r--r--library/fullcalendar/packages/core/locales/ru.js32
1 files changed, 0 insertions, 32 deletions
diff --git a/library/fullcalendar/packages/core/locales/ru.js b/library/fullcalendar/packages/core/locales/ru.js
deleted file mode 100644
index 77e0308e2..000000000
--- a/library/fullcalendar/packages/core/locales/ru.js
+++ /dev/null
@@ -1,32 +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.ru = factory()));
-}(this, function () { 'use strict';
-
- var ru = {
- code: "ru",
- week: {
- dow: 1,
- doy: 4 // The week that contains Jan 4th is the first week of the year.
- },
- buttonText: {
- prev: "Пред",
- next: "След",
- today: "Сегодня",
- month: "Месяц",
- week: "Неделя",
- day: "День",
- list: "Повестка дня"
- },
- weekLabel: "Нед",
- allDayText: "Весь день",
- eventLimitText: function (n) {
- return "+ ещё " + n;
- },
- noEventsMessage: "Нет событий для отображения"
- };
-
- return ru;
-
-}));