在使用Faker和rails时,它会生成其他语言的句子。我希望它们用英语生成。我需要更改哪种设置才能执行此操作?
答案 0 :(得分:1)
文档说
只需将Faker :: Config.locale设置为您想要的语言环境,Faker将负责其余的工作。
https://github.com/stympy/faker/blob/master/README.md
https://github.com/stympy/faker/tree/master/lib/locales
Faker::Config.locale = :en