add weekStartDay to Locale files
This commit is contained in:
parent
a65aef1a56
commit
8930367486
15 changed files with 25 additions and 10 deletions
|
@ -32,7 +32,8 @@ export default {
|
|||
month10: 'October',
|
||||
month11: 'November',
|
||||
month12: 'December',
|
||||
year: '',
|
||||
year: 'Year',
|
||||
weekStartDay: '0',
|
||||
weeks: {
|
||||
sun: 'Sun',
|
||||
mon: 'Mon',
|
||||
|
@ -93,4 +94,4 @@ export default {
|
|||
emptyText: 'No Data'
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue