-
Notifications
You must be signed in to change notification settings - Fork 269
add_weekPick_monthPick_quarterPick_yearPicker #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Name | Link |
---|---|
🔨 Latest commit | 79798e8 |
@@ -366,6 +366,11 @@ export const en = { | |||
datePickerValueDesc: "Currently selected date", | |||
datePickerFormattedValueDesc: "Formatted selected date according to the specified format", | |||
datePickerTimestampDesc: "The currently selected timestamp of the date (s)", | |||
weekPickerValueDesc: "The currently selected week in the year", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to: "Currently selected week in the year."
@@ -366,6 +366,11 @@ export const en = { | |||
datePickerValueDesc: "Currently selected date", | |||
datePickerFormattedValueDesc: "Formatted selected date according to the specified format", | |||
datePickerTimestampDesc: "The currently selected timestamp of the date (s)", | |||
weekPickerValueDesc: "The currently selected week in the year", | |||
monthPickerValueDesc: "The currently selected month", | |||
monthPickerDaysInMonthDesc: "The currently days in the month", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to: "Currently selected days in the month."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit looks very good. Thank you.
Please look for the comments, so we can optimize the text a bit.
monthPickerValueDesc: "The currently selected month", | ||
monthPickerDaysInMonthDesc: "The currently days in the month", | ||
quarterPickerDaysInMonthDesc: "The currently selected quarter", | ||
yearPickerDaysInMonthDesc: "The currently selected year", | ||
dateRangeStartDesc: "Currently selected start date", | ||
dateRangeEndDesc: "Currently selected end date", | ||
dateRangeStartTimestampDesc: "The currently selected timestamp of the start date (s)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to: "Currently selected timestamp of the start date(s)."
add_weekPick_monthPick_quarterPick_yearPicker
