GWT 建议的计算机辅助翻译

发布于 2024-11-04 17:26:29 字数 302 浏览 0 评论 0原文

我们正在寻找合适的解决方案来协作翻译我们的 GWT 应用程序。我们有一堆常量和消息属性文件需要由不同的人翻译。到目前为止,我们已经通过电子邮件发送了文件并手动将翻译后的内容合并回来,这显然不能很好地扩展。

有没有什么工具(最好是开源项目)可以推荐GWT 的 i18n 支持是否良好并允许协作翻译?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

独守阴晴ぅ圆缺 2024-11-11 17:26:29

我希望这听起来不像垃圾邮件,但我们构建了 Amanuens,这是一个基于网络的工具,旨在解决你遇到的问题。

我不喜欢 GWT,但我假设您有 .properties 文件。如果是这样,那么我们的解决方案应该可以正常工作(尽管它不是开源的)。

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).

内心旳酸楚 2024-11-11 17:26:29

看起来没有 GWT 优化的解决方案来支持 .properties 文件的翻译过程。

我们目前正在评估 Pootle。它易于使用(特别是对于非技术人员而言),以多种方式支持翻译过程,支持用户管理,是开源的,并且允许您轻松导入和导出属性文件(这对于与 GWT 集成很重要)。

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文