You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.
@twairball pointed out that 2 letter Language abbreviations won't work with other languages like zh-Hant_US?
We should look at a better way to solve this problem.
I also don't know if the Bundle solution is the best solution either.
It might be better to consider i18n strings.
The text was updated successfully, but these errors were encountered:
After some testing, I think chopping off the region (e.g. _US), if it exists (for ios9+), is an okay fallback. It is hacky and prone to Apple changing again. But it will guarantee a fallback.
Bundle solution is "least surprise" but considering how most app developers skip formal localization it will likely result in plain old en
I think since the problem is "" happening, an option for default locale could also be appropriate?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@twairball pointed out that 2 letter Language abbreviations won't work with other languages like zh-Hant_US?
We should look at a better way to solve this problem.
I also don't know if the Bundle solution is the best solution either.
It might be better to consider i18n strings.
The text was updated successfully, but these errors were encountered: