Unverified Commit 59ce7d6b authored by xster's avatar xster Committed by GitHub

Make real JSON in arb (#29463)

parent c163ed96
...@@ -14,22 +14,22 @@ ...@@ -14,22 +14,22 @@
"datePickerDateOrder": "mdy", "datePickerDateOrder": "mdy",
"@datePickerDateOrder": { "@datePickerDateOrder": {
"description": "The standard order for the locale to arrange day, month and year in a date. Options are dmy, mdy, ymd and ydm.", "description": "The standard order for the locale to arrange day, month and year in a date. Options are dmy, mdy, ymd and ydm."
}, },
"datePickerDateTimeOrder": "date_time_dayPeriod", "datePickerDateTimeOrder": "date_time_dayPeriod",
"@datePickerDateTimeOrder": { "@datePickerDateTimeOrder": {
"description": "The standard order for the locale to date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm.", "description": "The standard order for the locale to date, time and am/pm in a datetime. Options are date_time_dayPeriod, date_dayPeriod_time, time_dayPeriod_date and dayPeriod_time_date where 'dayPeriod' is am/pm."
}, },
"anteMeridiemAbbreviation": "AM", "anteMeridiemAbbreviation": "AM",
"@anteMeridiemAbbreviation": { "@anteMeridiemAbbreviation": {
"description": "The abbreviation for ante meridiem (before noon) shown in the time picker.", "description": "The abbreviation for ante meridiem (before noon) shown in the time picker."
}, },
"postMeridiemAbbreviation": "PM", "postMeridiemAbbreviation": "PM",
"@postMeridiemAbbreviation": { "@postMeridiemAbbreviation": {
"description": "The abbreviation for post meridiem (after noon) shown in the time picker.", "description": "The abbreviation for post meridiem (after noon) shown in the time picker."
}, },
"alertDialogLabel": "Alert", "alertDialogLabel": "Alert",
...@@ -74,4 +74,5 @@ ...@@ -74,4 +74,5 @@
"selectAllButtonLabel": "Select All", "selectAllButtonLabel": "Select All",
"@selectAllButtonLabel": { "@selectAllButtonLabel": {
"description": "The label for select-all buttons and menu items." "description": "The label for select-all buttons and menu items."
}, }
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment