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

@ -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'
}
}
};
};