berk/tr8n

Script to convert from I18n?

Opened this issue · 2 comments

Has anybody created scripts to speed up conversion from I18n to tr8n?

I've actually started to convert a gettext to i18n script into a i18n to tr8n script. Currently only does English but working on getting other locales converted as well along with :one and :many rules.

https://github.com/rbjarnason/i18n_to_tr8n

The script is now working and able to generate multi-language conversions from I18n to tr8n. Our site has about 8000 translations in 4 languages and the script works well even if its a bit of a hack. For transformations only the one :one and :many rule is implemented.