0.0
No release in over 3 years
Low commit activity in last 3 years
Add locale ja for faker gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 3.2.11
 Project Readme

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 
=> "高橋 太一"