victorbalssa / abacus

🟠 Abacus: Firefly III mobile application.
https://apps.apple.com/us/app/1627093491
GNU General Public License v3.0
566 stars 42 forks source link

Feature: Use correct region (locale) when displaying numbers #224

Closed victorbalssa closed 10 months ago

victorbalssa commented 10 months ago

Discussed in https://github.com/victorbalssa/abacus/discussions/215

Originally posted by **namandixit** December 16, 2023 Currently, the numbers (such as net worth) are printed without taking the proper locale into consideration, leading to the commas appearing according to the [Western Short Scale System](https://en.wikipedia.org/wiki/Long_and_short_scales) instead of the [Indic numbering system](https://en.wikipedia.org/wiki/Indian_numbering_system) on iPhones with Indian region settings. To test this, go to _Settings_ - _General_ - _Language and Region_ - _Number Format_ and select _12,34,567.89_. The number formats in the app should change, but they don't.
victorbalssa commented 10 months ago

Version 0.11.1 we be available soon and should fix this bug, let me know if there is still the same error.