i18n-translators-tools
i18n-translators-tools copied to clipboard
This package brings you useful utility and library which can help you to handle locale files and translations in your Ruby projects. It is build upon i18n library and extends it's simple format so you...
Using redmine as project: https://github.com/redmine/redmine/tree/master/config/locales and this command line: i18n-translate convert --locale_dir locales --separator _ -l ca -t po -d en Gives error: /var/lib/gems/2.3.0/gems/i18n-translators-tools-0.2.7/lib/i18n/translate.rb:250:in `[]': Translate#[key]: wrong key 'actionview_instancetag_blank_option' (RuntimeError)
Hello, - `i18n-translate en.yml en.po` works - `i18n-translate user.yml user.po` doesn't work Any idea why?