0.1.1 • Published 9 years ago

rails-i18n v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Rails I18n

Helpers to work with I18n in Rails projects.

This package works better with the "everything" package.

Finding key with Everything

This package tries to find every .yml file that resembles an I18n yaml (like pt-BR.yml, or en.yml) and maps their key-values, so we can try to find they with Everything or running one of the codes: rails-i18n:find-keys or rails-i18n:find-translation

Future

  • Try to autocomplete translations, finding each scope of current file or class
  • Automatically create new translations, putting then on the correct file (or creating a new one if it still doesn't exists yet)
0.1.1

9 years ago