add datePanelLabel format in locale files

This commit is contained in:
Sergio Crisostomo 2017-10-17 12:25:36 +02:00
parent 46f37a1414
commit 3d50db5bb2
15 changed files with 36 additions and 6 deletions

View file

@ -1,5 +1,6 @@
export default {
i: {
locale: 'en-US',
select: {
placeholder: 'Select',
noMatch: 'No matching data',
@ -19,7 +20,8 @@ export default {
endTime: 'End Time',
clear: 'Clear',
ok: 'OK',
month: '',
datePanelLabel: '[mmmm] [yyyy]',
month: 'Month',
month1: 'January',
month2: 'February',
month3: 'March',
@ -32,7 +34,7 @@ export default {
month10: 'October',
month11: 'November',
month12: 'December',
year: '',
year: 'Year',
weekStartDay: '0',
weeks: {
sun: 'Sun',