Add translations
If you want to add another language:
- create a file in
/config/locales/[2-char-language_shortcode].yml - fill in all defined locale variables in the new language (see existing language files for keys)
- run
bundle exec rspec spec/i18n_spec.rbto verify missing keys and interpolation consistency - configure the new translation in
config/config.yml(default_locale) - fork the repository and make a pull request