Daniel-Ioannou / flutter_currency_picker

A flutter package to select a currency from a list of currencies.
https://pub.dev/packages/currency_picker
MIT License
35 stars 83 forks source link

Kazakhstan decimal seperator #81

Closed MLZ91 closed 11 months ago

MLZ91 commented 1 year ago

Is there a reason why the decimal seperator for KZT is set to "-"?

Wikipedia says its a comma. https://www.wikiwand.com/en/Decimal_mark

MLZ91 commented 1 year ago

{ "code": "BBD", "name": "Barbados Dollar", "symbol": "\$", "flag": "BBD", "decimal_digits": 2, "number": 52, "name_plural": "Zimbabwean dollars", "thousands_separator": ",", "decimal_separator": ".", "space_between_amount_and_symbol": false, "symbol_on_left": true, } another thing that does not seem right, is the name_plural here

MLZ91 commented 1 year ago

{ "code": "VND", "name": "Viet Nam Dong", "symbol": "₫", "flag": "VND", "decimal_digits": 0, "number": 704, "name_plural": "Vietnamese dong", "thousands_separator": ".", "decimal_separator": ".", "space_between_amount_and_symbol": true, "symbol_on_left": false, }, Vietnam's decimal seperator is a comma. https://www.wikiwand.com/en/Decimal_separator

Daniel-Ioannou commented 11 months ago

@MLZ91 Released in v2.0.19.