-
Notifications
You must be signed in to change notification settings - Fork 139
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
Form field label translations? #44
Comments
That can't be done in the library itself, it needs to be done on the application / bundle level (since different apps and frameworks use different translation methods). So a symfony bundle could rely on symfony's translation component and provide yaml files with the strings. |
Yes, I understand. But this library could use proper key IDs instead of plain language strings (e.g. 'address.city' instead of 'City') and document what all possible translation keys are. You could even opt to provide translations in XLIFF format in the |
This would be awesome! |
Since then the form integration was removed, and a new one is being built in #66. I'll add a note to that issue. |
Could you add support for translating form field labels? The address form itself works great but all labels are always displayed in English. I don't know which translation keys I should translate for all the possible form fields.
The text was updated successfully, but these errors were encountered: