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

Version 2.0.1 #61

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Version 2.0.1 #61

merged 2 commits into from
Sep 21, 2023

Commits on Sep 20, 2023

  1. Address language tag discrepancy

    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.
    stelabouras committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    71c2613 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Bump version to 2.0.1

    * Bumps `TXNative.version` to 2.0.1.
    * Updates CHANGELOG with the changes implemented for 2.0.1.
    stelabouras committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3516590 View commit details
    Browse the repository at this point in the history