Open irfano opened 2 months ago
Describe the bug Formatting high numbers like "1000 → 1k", "1000000 → 1M" should be localized, and "k", "m" chars shouldn't be hardcoded.
Note for the developer: https://github.com/woocommerce/woocommerce-android/blob/dfc1eb69cd87a07b2c4e581d03e917370a0a5a8c/WooCommerce/src/main/kotlin/com/woocommerce/android/util/CurrencyFormatter.kt#L47-L57
To Reproduce Steps to reproduce the behavior:
Screenshots
Expected behavior It should display "1b" for the Turkish language.
Isolating the problem (mark completed items with an [x]):
Mobile Environment
WordPress Environment
Thanks for reporting! 👍
Describe the bug Formatting high numbers like "1000 → 1k", "1000000 → 1M" should be localized, and "k", "m" chars shouldn't be hardcoded.
Note for the developer: https://github.com/woocommerce/woocommerce-android/blob/dfc1eb69cd87a07b2c4e581d03e917370a0a5a8c/WooCommerce/src/main/kotlin/com/woocommerce/android/util/CurrencyFormatter.kt#L47-L57
To Reproduce Steps to reproduce the behavior:
Screenshots
Expected behavior It should display "1b" for the Turkish language.
Isolating the problem (mark completed items with an [x]):
Mobile Environment
WordPress Environment