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

Conversation

LiamMorrow
Copy link
Owner

@LiamMorrow LiamMorrow commented Dec 3, 2024

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

Screen.Recording.2024-12-03.at.18.55.39.mov

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment