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

Added currency provider for nl_NL #1535

Merged
merged 7 commits into from
Oct 7, 2021
Merged

Conversation

MarcelRobeer
Copy link
Contributor

What does this changes

Added a currency provider for Dutch (nl_NL).

What was wrong

faker dit not include the correct price format (Euro sign before value) for the nl_NL locale.

How this fixes it

  • Added an nl_NL folder in faker/providers/currency/
  • Added an __init__.py file in the nl_NL folder, with the same format as faker/providers/date_time/fr_FR/__init__.py
  • Changed the format to place the Euro sign before the value, and not add a breaking space between the Euro sign and value

@fcurella
Copy link
Collaborator

fcurella commented Oct 7, 2021

Thank you!

@fcurella fcurella merged commit 48dd086 into joke2k:master Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants