We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the Japanese locale, Faker::Lorem.sentence, Faker::Lorem.sentences, Faker::Lorem.paragraph and Faker::Lorem.paragraphs produce strings with:
Faker::Lorem.sentence
Faker::Lorem.sentences
Faker::Lorem.paragraph
Faker::Lorem.paragraphs
Natural Japanese text includes neither of these spaces.
e.g. https://ja.wikipedia.org/wiki/%E3%83%86%E3%82%B9%E3%83%88%E3%83%87%E3%83%BC%E3%82%BF
irb(main):001:0> I18n.locale = :ja => :ja irb(main):002:0> Faker::Lorem.paragraph => "いう 日没 電話。 がいよう 当て字 シアトルし。 フランス人 あくれい 弱虫。"
Japanese sentences without spaces.
irb(main):002:0> Faker::Lorem.paragraph => "いう日没電話。がいよう当て字シアトルし。フランス人あくれい弱虫。"
The text was updated successfully, but these errors were encountered:
Solved in #1918, so I'm going to go ahead and close this. Thank you @koic @vbrazo @Zeragamba
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In the Japanese locale,
Faker::Lorem.sentence
,Faker::Lorem.sentences
,Faker::Lorem.paragraph
andFaker::Lorem.paragraphs
produce strings with:Natural Japanese text includes neither of these spaces.
e.g. https://ja.wikipedia.org/wiki/%E3%83%86%E3%82%B9%E3%83%88%E3%83%87%E3%83%BC%E3%82%BF
To Reproduce
Expected behavior
Japanese sentences without spaces.
The text was updated successfully, but these errors were encountered: