Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1019 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1019 Bytes

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributing With Translations

Link to Translation files

Link to Our Locale Contributors

  1. change the initializer config.locales = %w(en es pt-BR <NL>)
  2. dummy initializer spec/dummy/config/initializers/hello.rb
  3. initializer template lib/generators/hello/install/templates/initializer.rb
  4. update locale test in spec/controllers/localization_spec.rb
  5. create and modify the locale file config/locales/hello.<NEW_LANGUAGE>.yml
  6. ensure consistency with this test bundle exec rspec spec/others/localization_consistency_spec.rb spec/controllers/localization_spec.rb
  7. Thank You! Submit your Pull Request :)