You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.8 KiB
50 lines
1.8 KiB
4 years ago
|
(function (global, factory) {
|
||
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vue2-datepicker')) :
|
||
|
typeof define === 'function' && define.amd ? define(['vue2-datepicker'], factory) :
|
||
|
(global = global || self, (global.DatePicker = global.DatePicker || {}, global.DatePicker.lang = global.DatePicker.lang || {}, global.DatePicker.lang.az = factory(global.DatePicker)));
|
||
|
}(this, (function (DatePicker) { 'use strict';
|
||
|
|
||
|
DatePicker = DatePicker && DatePicker.hasOwnProperty('default') ? DatePicker['default'] : DatePicker;
|
||
|
|
||
|
function unwrapExports (x) {
|
||
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
||
|
}
|
||
|
|
||
|
function createCommonjsModule(fn, module) {
|
||
|
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
||
|
}
|
||
|
|
||
|
var az = createCommonjsModule(function (module, exports) {
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports["default"] = void 0;
|
||
|
var locale = {
|
||
|
months: ['yanvar', 'fevral', 'mart', 'aprel', 'may', 'iyun', 'iyul', 'avqust', 'sentyabr', 'oktyabr', 'noyabr', 'dekabr'],
|
||
|
monthsShort: ['yan', 'fev', 'mar', 'apr', 'may', 'iyn', 'iyl', 'avq', 'sen', 'okt', 'noy', 'dek'],
|
||
|
weekdays: ['Bazar', 'Bazar ertəsi', 'Çərşənbə axşamı', 'Çərşənbə', 'Cümə axşamı', 'Cümə', 'Şənbə'],
|
||
|
weekdaysShort: ['Baz', 'BzE', 'ÇAx', 'Çər', 'CAx', 'Cüm', 'Şən'],
|
||
|
weekdaysMin: ['Bz', 'BE', 'ÇA', 'Çə', 'CA', 'Cü', 'Şə'],
|
||
|
firstDayOfWeek: 1,
|
||
|
firstWeekContainsDate: 7
|
||
|
};
|
||
|
var _default = locale;
|
||
|
exports["default"] = _default;
|
||
|
module.exports = exports.default;
|
||
|
});
|
||
|
|
||
|
var az$1 = unwrapExports(az);
|
||
|
|
||
|
var lang = {
|
||
|
formatLocale: az$1,
|
||
|
yearFormat: 'YYYY',
|
||
|
monthFormat: 'MMM',
|
||
|
monthBeforeYear: true
|
||
|
};
|
||
|
DatePicker.locale('az', lang);
|
||
|
|
||
|
return lang;
|
||
|
|
||
|
})));
|