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

System localization handling broken with theos #584

Open
RedenticDev opened this issue Mar 21, 2021 · 0 comments
Open

System localization handling broken with theos #584

RedenticDev opened this issue Mar 21, 2021 · 0 comments

Comments

@RedenticDev
Copy link

It seems that theos breaks the native localization feature of iOS. For example, the UIBarButtonSystemItemDone is "Done" in English, but is automatically translated to the system language. Same thing with UISearchBar placeholder and so on.

As I test my app with Xcode Run feature, it works just fine as it should be. But thanks to the theos ability to build xcodeproj,I noticed that building the exact same code with theos that time is breaking this mechanism and every single UI component falls back to English.

So I would like to know/get confirmed that it is actually a theos issue, and if it can be patched by any way. Also, I use lproj folders for localization of custom components, which used NSLocalizedString macro, would this be broken because of that issue?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant