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

Release: 2.0.1 #62

Merged
merged 7 commits into from
Sep 21, 2023
Merged

Release: 2.0.1 #62

merged 7 commits into from
Sep 21, 2023

Conversation

txsentinel
Copy link

Merged Pull Requests:
#59 : Update README
#60 : Update README
#61 : Version 2.0.1

Nikos Vasileiou and others added 7 commits September 6, 2023 13:06
iOS accesses the language tags using a hyphen (e.g. `en-GB`), whilst
Transifex uses an underscore for the delimiter (e.g. `en_GB`).

This discrepancy was causing an issue in the `BypassLocalizer` class
logic, that is used to access the underlying bundled localized asset of
the app as a final fall-back when the translated strings cannot be found.

This fix replaces the underscore character (`_`) with a hyphen (`-`) in
the provided `localeCode` of the `BypassLocalizer` constructor, to
ensure that the underlying asset is always accessible by the logic.
* Bumps `TXNative.version` to 2.0.1.
* Updates CHANGELOG with the changes implemented for 2.0.1.
@txsentinel txsentinel merged commit 4490b3e into master Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants