fix: i18n for TimePicker #9
Reference in New Issue
Block a user
Delete Branch "ai/issue-8-timepicker-i18n"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #8
Mirrors the DatePicker i18n setup in
FormViewfor TimePicker:setLocale(Locale.GERMANY)on theuhrzeitTimePickerTimePicker.TimePickerI18nwired with translated error messages (bad input, required, min, max) via existingvaadin-i18nbundles (DE/EN/ES)Note:
TimePickerI18nonly exposes error-message setters (no month/weekday names likeDatePickerI18n), so full parity means locale + translated validation messages.