NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/dayjs/esm/locale/my.js
2023-09-14 14:47:11 +08:00

39 lines
1.6 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Burmese [my]
import dayjs from '../index';
var locale = {
name: 'my',
weekdays: 'တနင်္ဂနွ_တနင်္လ_အင်္ဂ_ဗုဒ္ဓဟူ_ကသပတ_သက_စန'.split('_'),
months: 'ဇန်နဝရီ_ဖ်ဝရီ_မတ်_ဧပီ_မ_ဇွန်_ဇူလိုင်_သဂုတ်_စက်တင်ဘ_အက်တိုဘ_နိုင်ဘ_ဒီဇင်ဘ'.split('_'),
weekStart: 1,
weekdaysShort: 'နွ_လ_ဂ_ဟူ_က_သ_န'.split('_'),
monthsShort: 'ဇန်_ဖ_မတ်_ပီ_မ_ဇွန်_လိုင်_သ_စက်_အက်_နို_ဒီ'.split('_'),
weekdaysMin: 'နွ_လ_ဂ_ဟူ_က_သ_န'.split('_'),
ordinal: function ordinal(n) {
return n;
},
formats: {
LT: 'HH:mm',
LTS: 'HH:mm:ss',
L: 'DD/MM/YYYY',
LL: 'D MMMM YYYY',
LLL: 'D MMMM YYYY HH:mm',
LLLL: 'dddd D MMMM YYYY HH:mm'
},
relativeTime: {
future: 'မည့် %s မှ',
past: 'လွန်ခဲ့သ %s က',
s: 'စက္ကန်.အနည်ငယ်',
m: 'တစ်မိနစ်',
mm: '%d မိနစ်',
h: 'တစ်နရီ',
hh: '%d ရီ',
d: 'တစ်ရက်',
dd: '%d ရက်',
M: 'တစ်လ',
MM: '%d ',
y: 'တစ်နှစ်',
yy: '%d နှစ်'
}
};
dayjs.locale(locale, null, true);
export default locale;