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
The locale api expects the key to be named bicycle_type, but currently it is named bicycle.
(Thus it wont be used)
Since all keys are named like the files (to help with automation), the file has to be renamed as well.
This should potentially be fixed after #363 to avoid merge conflicts.
The index.ts file can be updated automatically when #252 is merged.
Describe the bug
src/locales/en/vehicle/bicycle.ts
should be namedsrc/locales/en/vehicle/bicycle_type.ts
(Other languages might be affected as well)
Reproduction
faker.vehicle.bicycle()
=>c
which is one of the defaults if the array is missing.Additional Info
Found in #363
The text was updated successfully, but these errors were encountered: