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 i18n-tasks missing
- configure the new translation in
config/config.yml
(default_locale) - fork the repository and make a pull request