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
Well, someone needs to go there and add the job french locales. I don't know French, but I always try to help with Brazilian Portuguese and Spanish. Are you @mrcasals up to this challenge? You'd basically need to:
@vbrazo I'm afraid I can't, but I'll try to ask for help. Anyway, is there any way to make faker delegate to the English locale if no translation is found for the given language? This would solve our current issues
We're using
faker
version 1.8.7, and when we setI18n.locale = :fr
and runFaker::Job.position
, the code fails with this error:We're using Ruby 2.5.1.
I found out that the French locale does not have the
job
key, so this line fails:https://github.com/stympy/faker/blob/bc912ae08ec8c369ca2cee543656f70207d2a84a/lib/faker.rb#L182
Can someone point me to a direction to fix this bug? I can't find a way to get a failing test for this 😞
Thanks! 😄
The text was updated successfully, but these errors were encountered: