UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

62 lines (58 loc) 2.44 kB
/*! * All material copyright ESRI, All Rights Reserved, unless otherwise specified. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details. * v1.5.0-next.4 */ 'use strict'; const calciteInputTimePicker_calciteTimePicker_entry = require('./calcite-input-time-picker.calcite-time-picker-8dc8497d.js'); require('./index-55f8a3b7.js'); require('./form-f9d34433.js'); require('./dom-18ca68ff.js'); require('./guid-db20443e.js'); require('./resources-45d84c94.js'); require('./interactive-26294f2c.js'); require('./browser-28ea2ce1.js'); require('./key-2ce02f02.js'); require('./label-fb3080ea.js'); require('./loadable-53f729bb.js'); require('./locale-fc347462.js'); require('./observers-83b3999d.js'); require('./focusTrapComponent-645b4a75.js'); require('./t9n-14d528c4.js'); // Thai [th] var locale = { name: 'th', weekdays: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์'.split('_'), weekdaysShort: 'อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์'.split('_'), weekdaysMin: 'อา._จ._อ._พ._พฤ._ศ._ส.'.split('_'), months: 'มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม'.split('_'), monthsShort: 'ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.'.split('_'), formats: { LT: 'H:mm', LTS: 'H:mm:ss', L: 'DD/MM/YYYY', LL: 'D MMMM YYYY', LLL: 'D MMMM YYYY เวลา H:mm', LLLL: 'วันddddที่ D MMMM YYYY เวลา H:mm' }, relativeTime: { future: 'อีก %s', past: '%sที่แล้ว', s: 'ไม่กี่วินาที', m: '1 นาที', mm: '%d นาที', h: '1 ชั่วโมง', hh: '%d ชั่วโมง', d: '1 วัน', dd: '%d วัน', M: '1 เดือน', MM: '%d เดือน', y: '1 ปี', yy: '%d ปี' }, ordinal: function ordinal(n) { return n + "."; } }; calciteInputTimePicker_calciteTimePicker_entry.dayjs.locale(locale, null, true); exports.default = locale;