Hi, there is new tool for handling translation files. You can install it using command
gem install i18n-translators-tools This package brings you useful utility and library which can help you to handle locale files and translations in your Ruby projects. Offers also built- in simple console editor. Supported formats are YAML, Ruby, Gettext po, QT Linguist TS and Java Properties. It can -- convert between various format (yml <=> rb <=> po <=> ts <=> properties) -- merge -- statistics -- translate (built-in simple text translator) There are also some backends for i18n library: -- I18n::Backend::Simple.send(:include, I18n::Backend::Translator) (Extended format. i18n-translators-tools brings extended format) -- I18n::Backend::Simple.send(:include, I18n::Backend::PO) -- I18n::Backend::Simple.send(:include, I18n::Backend::TS) -- I18n::Backend::Simple.send(:include, I18n::Backend::Properties) Read README.md file and run i18n-translate without parameters for more information. source code are at github: http://github.com/pejuko/i18n-translators-tools -- You received this message because you are subscribed to the Google Groups "rails-i18n" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-i18n?hl=en.
