Skip to content
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

Closed
stefanceriu opened this issue Jun 29, 2022 · 1 comment · Fixed by #118
Closed

Use localized strings in UI tests #101

stefanceriu opened this issue Jun 29, 2022 · 1 comment · Fixed by #118
Assignees
Labels
A-DevX Anything that can improve the DevX Z-BBQ-Alpha Required for ElementX - BBQ - Alpha

Comments

@stefanceriu
Copy link
Member

stefanceriu commented Jun 29, 2022

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.

@stefanceriu stefanceriu added the Z-BBQ-Alpha Required for ElementX - BBQ - Alpha label Jun 29, 2022
@ismailgulek ismailgulek self-assigned this Jun 29, 2022
@stefanceriu stefanceriu added the A-DevX Anything that can improve the DevX label Jun 29, 2022
@ismailgulek
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-DevX Anything that can improve the DevX Z-BBQ-Alpha Required for ElementX - BBQ - Alpha
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants