Is there a tool for non-developers (translators!) to edit resource bundles?

无人久伴 提交于 2019-12-05 06:53:37

java also provides its own resource bundle editor.

You should use gettext and Poedit. Translations are kept in separate files.

We use Sisulizer to localize our applications (.NET), for what I see in the documentacion of the application, it also supports Java, maybe this can help you.

With Sisulizer you can generate a translation project that you send to translators and when they return you it translated you can import the translation directly into the project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!