Skip to content

Commit 9a74215

Browse files
committed
chore(playground): add missing date picker aria labels and badge key
1 parent bf12add commit 9a74215

3 files changed

Lines changed: 33 additions & 0 deletions

File tree

apps/playground/i18n/locales/multiple/en.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
{
22
"xxx": "Favorite",
33
"$vuetify": {
4+
"badge": "Badge",
45
"open": "Open",
56
"close": "Close",
67
"datePicker": {
8+
"ariaLabel": {
9+
"previousMonth": "Previous month",
10+
"nextMonth": "Next month",
11+
"selectYear": "Select year",
12+
"previousYear": "Previous year",
13+
"nextYear": "Next year",
14+
"selectMonth": "Select month",
15+
"selectDate": "{0}",
16+
"currentDate": "Today, {0}"
17+
},
718
"title": "Select date",
819
"header": "Enter date",
920
"cancel": "Cancel",

apps/playground/i18n/locales/single/en-GB.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"xxx": "Favourite",
33
"$vuetify": {
4+
"badge": "Badge",
45
"open": "Open",
56
"close": "Close",
67
"datePicker": {
@@ -10,6 +11,16 @@
1011
"ok": "Ok",
1112
"input": {
1213
"placeholder": "Enter date"
14+
},
15+
"ariaLabel": {
16+
"previousMonth": "Previous month",
17+
"nextMonth": "Next month",
18+
"selectYear": "Select year",
19+
"previousYear": "Previous year",
20+
"nextYear": "Next year",
21+
"selectMonth": "Select month",
22+
"selectDate": "{0}",
23+
"currentDate": "Today, {0}"
1324
}
1425
},
1526
"input": {

apps/playground/i18n/locales/single/en-US.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"xxx": "Favorite",
33
"$vuetify": {
4+
"badge": "Badge",
45
"open": "Open",
56
"close": "Close",
67
"datePicker": {
@@ -10,6 +11,16 @@
1011
"ok": "Ok",
1112
"input": {
1213
"placeholder": "Enter date"
14+
},
15+
"ariaLabel": {
16+
"previousMonth": "Previous month",
17+
"nextMonth": "Next month",
18+
"selectYear": "Select year",
19+
"previousYear": "Previous year",
20+
"nextYear": "Next year",
21+
"selectMonth": "Select month",
22+
"selectDate": "{0}",
23+
"currentDate": "Today, {0}"
1324
}
1425
},
1526
"input": {

0 commit comments

Comments
 (0)