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
This was removed in #129 ( 3a9dde0 ) due to changes in fr and ja dicts - they became directories rather than single files.
Therefore it got a bit complicated to handle cases like:
faker {
fakerConfig {
locale = "fr-FR"
}
}
where fr-FR.yml does not exist and would default to using fr.yml
The text was updated successfully, but these errors were encountered:
This was removed in #129 ( 3a9dde0 ) due to changes in
fr
andja
dicts - they became directories rather than single files.Therefore it got a bit complicated to handle cases like:
where
fr-FR.yml
does not exist and would default to usingfr.yml
The text was updated successfully, but these errors were encountered: