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

Add more support for African countries #98

Open
Peektower opened this issue Mar 5, 2024 · 1 comment
Open

Add more support for African countries #98

Peektower opened this issue Mar 5, 2024 · 1 comment

Comments

@Peektower
Copy link

Can you kindly add support for these countries please
Sierra Leone and Guinea

{
"code": "SLL",
"name": "Sierra Leone Leone",
"symbol": "Le",
"flag": "SLL",
"decimal_digits": 2,
"number": 694,
"name_plural": "Sierra Leone Leones",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
}

{
"code": "GNF",
"name": "Guinean Franc",
"symbol": "FG",
"flag": "GNF",
"decimal_digits": 2,
"number": 324,
"name_plural": "Guinean Francs",
"thousands_separator": ",",
"decimal_separator": ".",
"space_between_amount_and_symbol": false,
"symbol_on_left": true
}

@MLZ91
Copy link

MLZ91 commented Mar 28, 2024

Please also add the currency of Aruba:
{
"code": "AWG",
"name": "Aruban florin",
"symbol": "ƒ",
"flag": "AW",
"decimal_digits": 2,
"number": 533,
"name_plural": "Aruban florins",
"thousands_separator": ".",
"decimal_separator": ",",
"space_between_amount_and_symbol": false,
"symbol_on_left": true,
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants