Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faker::Lorem.word result is sometimes strange in ja locale #1840

Closed
yujideveloper opened this issue Nov 21, 2019 · 0 comments
Closed

Faker::Lorem.word result is sometimes strange in ja locale #1840

yujideveloper opened this issue Nov 21, 2019 · 0 comments

Comments

@yujideveloper
Copy link
Contributor

yujideveloper commented Nov 21, 2019

Describe the bug

Faker::Lorem.word result is sometimes strange in ja locale.

To Reproduce

require "bundler/inline"

gemfile do
  source "https://rubygems.org"
  gem "faker", "2.7.0"
  gem "i18n"
end

I18n.locale = :ja
puts Faker::Lorem.word

Expected behavior

しあとるし is displayed.

Actual behavior

しあとるし, シアトルし is displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant