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

Fix decimal separator #335

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Fix decimal separator #335

merged 1 commit into from
Dec 3, 2024

Commits on Dec 3, 2024

  1. Fix decimal separator

    This commit amends the IOS app to introspect the decimal separator from the native IOS locale settings, and updates the culture to match.
    
    The existing behaviour seems to be to use the language code only to set the decimal formatter, however ios allows users to configure number formatting independently of language/region.
    
    Fixes #332
    LiamMorrow committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    4dbfe81 View commit details
    Browse the repository at this point in the history