Faker在轨道上生成ruby中的英语句子

时间:2012-07-11 06:19:42

标签: ruby-on-rails faker

在使用Faker和rails时,它会生成其他语言的句子。我希望它们用英语生成。我需要更改哪种设置才能执行此操作?

1 个答案:

答案 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