-
Notifications
You must be signed in to change notification settings - Fork 199
Language code for Denmark is 'da' #642
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
Comments
@bodiam - I can see you added |
I have no idea :) Was there any hint in the commit message? |
Nothing special, something like "Making passport numbers pattern country specific". Could be it was an oversight. It's in |
Describe the bug
Country code for Denmark is 'dk'. Language code for Denmark is 'da'.
From here: https://docs.oracle.com/cd/F19385_01/books/OnDemMigrTool/language-codes.html#c_Language_Codes_and_Their_Corresponding_Languageand_Country__apq1024117
We have inconsistent faker yaml configs for Denmark
To Reproduce
Produces following values:
Only the first and the last from above are valid for DK.
Expected behavior
Per
"[0-9]{9}"
we should only get 9 digit passport values for Denmark.Versions:
dk.yml
should be removed and following:should be added to
da-DK.yml
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: