You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A license number would be generated in one of the following formats:
3 letters and 6 digits
9 digits
Actual Behavior
An exception is raised:
translation missing: en.faker.driving_licence.usa.north_dakota (I18n::MissingTranslationData)
Invalid state code passed for USA, 'North Dakota' (Faker::InvalidStatePassed)
Additional Context
faker (2.14.0)
It's also annoying that usa_driving_licence only works with the UK spelling (licence) and does not have an alias for the US spelling (license).
The text was updated successfully, but these errors were encountered:
Describe the Bug
faker/lib/locales/en/driving_license.yml
is missing an entry fornorth_dakota
.To Reproduce
Expected Behavior
A license number would be generated in one of the following formats:
Actual Behavior
An exception is raised:
Additional Context
It's also annoying that
usa_driving_licence
only works with the UK spelling (licence
) and does not have an alias for the US spelling (license
).The text was updated successfully, but these errors were encountered: