We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
de_CH
it_CH
Phone number patterns are available for fr_CH, but missing for de_CH and it_CH.
fr_CH
fake = Faker("de_CH")
fake.phone_number()
fake = Faker("it_CH")
Upon instantiatioin of Faker with the respective locale, phone numbers that conform to CH patterns should be generated.
Faker
AttributeError: Invalid configuration for faker locale
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Phone number patterns are available for
fr_CH
, but missing forde_CH
andit_CH
.Steps to reproduce
fake = Faker("de_CH")
fake.phone_number()
fake = Faker("it_CH")
Expected behavior
Upon instantiatioin of
Faker
with the respective locale, phone numbers that conform to CH patterns should be generated.Actual behavior
de_CH
, numbers are generated, but they are not CH numbers.it_CH
, Faker fails withAttributeError: Invalid configuration for faker locale
it_CH``The text was updated successfully, but these errors were encountered: