[Enhancement]: Use translation strings for validation messages #52496
Labels
focus: checkout
Issues related to checkout page.
focus: i18n
The issue/PR is related to internationalization.
team: Rubik
Store API checkout endpoints, Mini-Cart, Cart and Checkout related issues
type: community contribution
type: enhancement
The issue is a request for an enhancement.
Describe the solution you'd like
The current validation error messages are some combined strings of "Please enter a valid" and the field name, for example "Please enter a valid firstname". This works for English, but not for other languages. For example in German we get "Bitte geben Sie eine gültige vorname" ein. First of all, "Vorname" needs to be capitalized, second it's "Bitte geben Sie einen gültigen Vornamen ein". So grammar, is also important.
It should use translation strings from the po/mo files of WooCommerce for every single field.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: