fix: add i18n for TimePicker matching DatePicker (#8)
CI / build-and-test (pull_request) Successful in 1m9s
CI / build-and-test (pull_request) Successful in 1m9s
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
This commit is contained in:
@@ -55,6 +55,10 @@ form.save=Speichern
|
||||
form.reset=Zurücksetzen
|
||||
form.today=Heute
|
||||
form.cancel=Abbrechen
|
||||
form.time.badInput=Ungültige Uhrzeit
|
||||
form.time.required=Uhrzeit ist erforderlich
|
||||
form.time.min=Uhrzeit liegt vor der frühesten erlaubten Zeit
|
||||
form.time.max=Uhrzeit liegt nach der spätesten erlaubten Zeit
|
||||
|
||||
country.de=Deutschland
|
||||
country.at=Österreich
|
||||
|
||||
@@ -55,6 +55,10 @@ form.save=Save
|
||||
form.reset=Reset
|
||||
form.today=Today
|
||||
form.cancel=Cancel
|
||||
form.time.badInput=Invalid time
|
||||
form.time.required=Time is required
|
||||
form.time.min=Time is before the earliest allowed time
|
||||
form.time.max=Time is after the latest allowed time
|
||||
|
||||
country.de=Germany
|
||||
country.at=Austria
|
||||
|
||||
@@ -55,6 +55,10 @@ form.save=Guardar
|
||||
form.reset=Restablecer
|
||||
form.today=Hoy
|
||||
form.cancel=Cancelar
|
||||
form.time.badInput=Hora inválida
|
||||
form.time.required=La hora es obligatoria
|
||||
form.time.min=La hora es anterior a la hora mínima permitida
|
||||
form.time.max=La hora es posterior a la hora máxima permitida
|
||||
|
||||
country.de=Alemania
|
||||
country.at=Austria
|
||||
|
||||
Reference in New Issue
Block a user