增加基本项目配置
This commit is contained in:
24
node_modules/dayjs/esm/locale/br.js
generated
vendored
Normal file
24
node_modules/dayjs/esm/locale/br.js
generated
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
// Breton [br]
|
||||
import dayjs from '../index';
|
||||
var locale = {
|
||||
name: 'br',
|
||||
weekdays: "Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split('_'),
|
||||
months: "Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split('_'),
|
||||
weekStart: 1,
|
||||
weekdaysShort: 'Sul_Lun_Meu_Mer_Yao_Gwe_Sad'.split('_'),
|
||||
monthsShort: "Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split('_'),
|
||||
weekdaysMin: 'Su_Lu_Me_Mer_Ya_Gw_Sa'.split('_'),
|
||||
ordinal: function ordinal(n) {
|
||||
return n;
|
||||
},
|
||||
formats: {
|
||||
LT: 'h[e]mm A',
|
||||
LTS: 'h[e]mm:ss A',
|
||||
L: 'DD/MM/YYYY',
|
||||
LL: 'D [a viz] MMMM YYYY',
|
||||
LLL: 'D [a viz] MMMM YYYY h[e]mm A',
|
||||
LLLL: 'dddd, D [a viz] MMMM YYYY h[e]mm A'
|
||||
}
|
||||
};
|
||||
dayjs.locale(locale, null, true);
|
||||
export default locale;
|
Reference in New Issue
Block a user