PHP Classes

File: resources/assets/external/flatpickr/dist/l10n/vn.js

Recommend this page to a friend!
  Classes of Francesco Danti   ATK Wordpress Plugin   resources/assets/external/flatpickr/dist/l10n/vn.js   Download  
File: resources/assets/external/flatpickr/dist/l10n/vn.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK Wordpress Plugin
Components to build WordPress plugins
Author: By
Last change:
Date: 29 days ago
Size: 1,786 bytes
 

Contents

Class file image Download
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.vn = {})); }(this, (function (exports) { 'use strict'; var fp = typeof window !== "undefined" && window.flatpickr !== undefined ? window.flatpickr : { l10ns: {}, }; var Vietnamese = { weekdays: { shorthand: ["CN", "T2", "T3", "T4", "T5", "T6", "T7"], longhand: [ "Ch? nh?t", "Th? hai", "Th? ba", "Th? t?", "Th? n?m", "Th? sáu", "Th? b?y", ], }, months: { shorthand: [ "Th1", "Th2", "Th3", "Th4", "Th5", "Th6", "Th7", "Th8", "Th9", "Th10", "Th11", "Th12", ], longhand: [ "Tháng m?t", "Tháng hai", "Tháng ba", "Tháng t?", "Tháng n?m", "Tháng sáu", "Tháng b?y", "Tháng tám", "Tháng chín", "Tháng m??i", "Tháng m??i m?t", "Tháng m??i hai", ], }, firstDayOfWeek: 1, rangeSeparator: " ??n ", }; fp.l10ns.vn = Vietnamese; var vn = fp.l10ns; exports.Vietnamese = Vietnamese; exports.default = vn; Object.defineProperty(exports, '__esModule', { value: true }); })));