Is there a web UI for modifying I18n locales for Rails 3?

前端 未结 6 2165
长情又很酷
长情又很酷 2021-02-07 19:02

I\'m looking for a way to modify the values of I18n yml files for locales via web gui, is there some gem for that?

相关标签:
6条回答
  • 2021-02-07 19:49

    Yes, I modified the Newsdesk's translate plugin for using with Rails 3:

    https://github.com/romanbsd/translate

    0 讨论(0)
  • 2021-02-07 19:49

    This looks promising too:

    http://www.localeapp.com/

    I think I will give it a try. Anyone has experience with this service?

    0 讨论(0)
  • 2021-02-07 19:52

    A gem that mimics Twitter Translation Center github.com/badrit/translation_center

    0 讨论(0)
  • 2021-02-07 20:04

    There's also tolk written by the creator of rails:

    https://github.com/dhh/tolk

    0 讨论(0)
  • 2021-02-07 20:09

    In http://rst-it.com we also had problems with finding the right solution, so we decided to make an activeadmin translation panel with interface similar to http://www.localeapp.com/.

    Currently we are in design stage (first draft is on https://github.com/KMPgroup/active_I18n) but next week we will have working solution.

    I will post here info when we lunch it, but in the meantime you can check https://github.com/KMPgroup/active_I18n and tell us what you think or even write an issue - the more feedback at the beginning the better.

    0 讨论(0)
  • 2021-02-07 20:10

    Tolk is a web interface for doing i18n translations packaged as an engine for Rails 4 applications

    https://github.com/tolk/tolk

    0 讨论(0)
提交回复
热议问题