-
Notifications
You must be signed in to change notification settings - Fork 1
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
New translations #166
New translations #166
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make the translations have the same indent level
on vacation. issues are resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only noticed an issue with the "in" translation.
By default we translate "in" => "dans", but this is grammatically incorrect in the Search context, where we have:
- "Age (in years)" => "Âge(dans years)"
- should be "Âge (en années)"
- "Lab Test Results (in mg/L) => Résultats des tests de laboratoire (dans mg/L)"
- should be "Résultats des tests de laboratoire (en mg/L)"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kept having the "en years" issue because I was using Bento's default translation file in lib/public/translations
. After merging this we should update the default translations in the Bento repo.
No description provided.