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

Please add Venezuela's currecy Bolívar (VES) #671

Open
gutierol opened this issue Mar 24, 2023 · 0 comments
Open

Please add Venezuela's currecy Bolívar (VES) #671

gutierol opened this issue Mar 24, 2023 · 0 comments

Comments

@gutierol
Copy link

gutierol commented Mar 24, 2023

// define a language numbro.registerLanguage({ languageTag: "es-VE", languageName: "Spanish (Venezuela)", delimiters: { thousands: ".", decimal: "," }, abbreviations: { thousand: "m", million: "M", billion: "B", trillion: "T" }, ordinal: (number) => { return number === 1 ? "er" : "ero"; }, currency: { symbol: "Bs", position: "prefix", code: "VES" }, currencyFormat: { thousandSeparated: true, totalLength: 4, spaceSeparated: true, average: true }, formats: { fourDigits: { totalLength: 4, spaceSeparated: true, average: true }, fullWithTwoDecimals: { output: "currency", mantissa: 2, spaceSeparated: true, thousandSeparated: true }, fullWithTwoDecimalsNoCurrency: { mantissa: 2, thousandSeparated: true }, fullWithNoDecimals: { output: "currency", spaceSeparated: true, thousandSeparated: true, mantissa: 0 } } });

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

1 participant