Computer-assisted translation for GWT recommendations

妖精的绣舞 提交于 2019-12-24 10:38:17

问题


We are looking for a suitable solution to translate our GWT application collaboratively. We have a bunch of constants and messages property files that need to be translated by different people. Till now we've emailed the files and manually merged the translated content back which obviously doesn't scale very well.

Is there any tool (preferably an open source project) you can recommend that does play well with the i18n support of GWT and allow for collaboratively translation?


回答1:


There is a Google Language API for GWT




回答2:


I hope this doesn't sound like spam, but we built Amanuens, which is a web-based tool designed exactly to solve the problems you're having.

I'm not into GWT, but I assume that you have .properties files. If so, then our solution should work fine (although it's not open source).




回答3:


It doesn't look like there is a GWT optimized solution for supporting the translation process of .properties files.

We are currently evaluating Pootle. It is easy to use (especially for non-techies), supports the translation process in many ways, supports user management, is open source and lets you import and export property files easily (which is important for integrating with GWT).



来源:https://stackoverflow.com/questions/5883493/computer-assisted-translation-for-gwt-recommendations

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