fix: i18n for TimePicker #9

Merged
pitfriedrich merged 1 commits from ai/issue-8-timepicker-i18n into main 2026-07-25 20:02:11 +00:00
Collaborator

Closes #8

Mirrors the DatePicker i18n setup in FormView for TimePicker:

  • setLocale(Locale.GERMANY) on the uhrzeit TimePicker
  • TimePicker.TimePickerI18n wired with translated error messages (bad input, required, min, max) via existing vaadin-i18n bundles (DE/EN/ES)

Note: TimePickerI18n only exposes error-message setters (no month/weekday names like DatePickerI18n), so full parity means locale + translated validation messages.

Closes #8 Mirrors the DatePicker i18n setup in `FormView` for TimePicker: - `setLocale(Locale.GERMANY)` on the `uhrzeit` TimePicker - `TimePicker.TimePickerI18n` wired with translated error messages (bad input, required, min, max) via existing `vaadin-i18n` bundles (DE/EN/ES) Note: `TimePickerI18n` only exposes error-message setters (no month/weekday names like `DatePickerI18n`), so full parity means locale + translated validation messages.
claude-bot added 1 commit 2026-07-25 20:00:38 +00:00
fix: add i18n for TimePicker matching DatePicker (#8)
CI / build-and-test (pull_request) Successful in 1m9s
e3342d0f53
Set German locale on TimePicker in FormView and wire TimePickerI18n
error messages (bad input, required, min, max) through the existing
vaadin-i18n translation bundles, mirroring the DatePicker.DatePickerI18n
setup already present in FormView.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01PYAcKoXKPN3rJ7nBroKZkc
pitfriedrich merged commit 12761d53ca into main 2026-07-25 20:02:11 +00:00
pitfriedrich deleted branch ai/issue-8-timepicker-i18n 2026-07-25 20:02:12 +00:00
Sign in to join this conversation.