We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
fix issue #3: support for false value in .yml files
02d99b6
fix issue #3: don't fall on arrays and integers
1e94f28
Try new version 0.2.8. and remove the --separator _ option as the undersore conflicts with the underscores in the key name. (Sorry for the delay.)
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: