/faker-locale-ja

Add locale ja for faker gem.

Primary LanguageRubyMIT LicenseMIT

faker-locale-ja

Add locale ja(japanese) for faker gem.

faker gem. https://github.com/stympy/faker

Installation

Add this extension to your Gemfile:

gem "faker"
gem "faker-locale-ja"

Then run:

bundle install

Example

% rails c
Loading development environment (Rails 3.2.11)
>>Faker::Config.locale = :ja
=> :ja
>>Faker::Name.name 
=> "高橋 太一"