ruby-on-rails - 对 Ruby on Rails 多语言翻译管理有什么建议吗?

标签 ruby-on-rails translation multilingual

我正在开发一个支持多语言的 Ruby on Rails 应用程序。现在我有 4 种语言,每种语言都有一个单独的 yml 文件。我发现这很不方便,当我添加新翻译时,我需要手动将所有行添加到每个 yml 文件中。

有什么好的翻译管理工具可以帮助我吗?

谢谢大家。 :)

最佳答案

这是我收集的一些链接

免费( gem )

  • https://github.com/firmafon/iye IYE 让您轻松翻译 Rails I18N 文件并使其保持最新
  • https://github.com/tolk/tolk Tolk 是一个做 i18n 的网页界面
    打包为 Rails 4 应用程序引擎的翻译
  • https://github.com/local-ch/i18n-docs在 Google 中维护翻译
    文档并将它们导出到您的 Rails 项目。
  • https://github.com/mynewsdesk/translate一个 Ruby on Rails 插件,带有
    用于翻译 I18n 文本的网络界面
  • https://github.com/mose/rails-i18nterface基于 Rails 3/4 引擎
    翻译和编写翻译文件的界面
  • https://github.com/fourmach/i18n_dashboard I18n 的 Rails 引擎
    以redis为后端的管理
  • https://github.com/grosser/fast_gettext Ruby GetText,但速度快 3.5 倍
    ... https://github.com/copycopter/copycopter-server/
  • http://copycopter.com Copycopter 服务器是开源的。运行它作为
    网络服务。
  • https://github.com/nijel/weblate/http://weblate.org/
    /基于 Web 的翻译工具,与 Git 紧密集成。

  • 付费(应用程序)
  • http://www.tr8nhub.com/pricing (免费开始 - https://github.com/tr8n/tr8n )
  • https://www.localeapp.com/pricing (24 欧元/月)
  • https://translationexchange.com/pricing (39 美元/月)
  • https://phraseapp.com/ (9 美元/月/语言/项目)
  • 更多建议http://eng.joingrouper.com/blog/2014/04/03/rails-internationalization-translation/
  • http://www.smartling.com/product (联系销售 - 复杂)
  • 关于ruby-on-rails - 对 Ruby on Rails 多语言翻译管理有什么建议吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3201317/

    相关文章:

    javascript - Heroku 上的 Rails 应用程序中两次包含 jQuery

    unicode - 任何以编程方式将日语句子转换为其罗马字(语音阅读)的工具?

    perl - Perl 中的多语言文本排序,在 Windows 上,使用区域设置

    TYPO3:在 Fluid 模板中硬编码的语言相关变量

    ruby-on-rails - ruby on rails - 处理未设置或不存在的变量

    ruby-on-rails - 带有 Lib 和 Vendor 文件夹的 Rails 4 Asset Pipeline

    architecture - React/Redux 和多语言(国际化)应用程序 - 架构

    php - WordPress 让访问者选择语言

    ruby-on-rails - Rails 2.3.5 - ".find"函数不适用于 ( :condition = >"date") option

    Android strings.xml 最佳实践?