add weekStartDay to Locale files

This commit is contained in:
Sergio Crisostomo 2017-09-26 22:22:57 +02:00
parent a65aef1a56
commit 8930367486
15 changed files with 25 additions and 10 deletions

View file

@ -33,6 +33,7 @@ export default {
month11: '11 月',
month12: '12 月',
year: '年',
weekStartDay: '0',
weeks: {
sun: '日',
mon: '月',
@ -93,4 +94,4 @@ export default {
emptyText: 'データなし'
}
}
};
};