generated from element-hq/.github
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Use localized strings in UI tests #101
Labels
Comments
We've tried base localization but found out that it doesn't work key-based. So it'll fail for missing translations on some languages. We'll keep it as is for now and in the context of this issue, we'll just target localizations in UI tests and use them when checking UI elements. |
ismailgulek
changed the title
Simplify localizable strings handling
Use localized strings in UI tests
Jun 29, 2022
ismailgulek
added a commit
that referenced
this issue
Jun 29, 2022
ismailgulek
added a commit
that referenced
this issue
Jun 29, 2022
This was referenced Jun 29, 2022
Merged
Merged
Merged
This was referenced Jul 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We are currently doing a lot of work around custom bundle handling in order to get our localizable strings to work properly. We would like to investigate ways of simplifying the flows, removing some of the code and relying more on default bundles and plain NSLocalizedString.
The text was updated successfully, but these errors were encountered: