- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Link to Translation files
Link to Our Locale Contributors
- change the initializer
config.locales = %w(en es pt-BR <NL>)
- dummy initializer
spec/dummy/config/initializers/hello.rb
- initializer template
lib/generators/hello/install/templates/initializer.rb
- update locale test in
spec/controllers/localization_spec.rb
- create and modify the locale file
config/locales/hello.<NEW_LANGUAGE>.yml
- ensure consistency with this test
bundle exec rspec spec/others/localization_consistency_spec.rb spec/controllers/localization_spec.rb
- Thank You! Submit your Pull Request
:)