سؤال

While using Faker with rails, it generates sentences in some other language. I want them to be generated in English. What kind of settings do I need to change to do it?

هل كانت مفيدة؟

المحلول

Docs say

Just set Faker::Config.locale to the locale you want, and Faker will take care of the rest.

https://github.com/stympy/faker/blob/master/README.md

https://github.com/stympy/faker/tree/master/lib/locales

Faker::Config.locale = :en
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top