GXT 网格翻译

发布于 2024-09-25 23:19:35 字数 199 浏览 2 评论 0原文

我尝试将 GXT 小部件之一 - 网格(确切地说是列标题中带有排序等的上下文菜单)翻译成波兰语,但我找不到插入翻译的地方。 在其他一些小部件(PagingToolBar)中是方法 setMessages(...) 但我在网格中找不到它

所以我问你关于我可以设置将在该菜单中显示的文本的地方。

以前有人这样做过吗?

附言。对不起我的英语。

i've tried to translate one of GXT widgets - Grid (exacly context menu in column header with sorting etc.) into Polish language but i cant find place to inject my translation.
In some other widget (PagingToolBar) is method setMessages(...) but i cant find it in Grid

So im asking you about place where i can set text that will be displayed in that menu.

Does anyone done this before ?

PS. Sorry for my english.

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

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

发布评论

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

评论(2

我不在是我 2024-10-02 23:19:35

看看这个:

http://code.google .com/intl/de-DE/webtoolkit/doc/latest/DevGuideI18nLocale.html

并将 放入index.html 中的 module.gwt.xml

这(恕我直言)应该是正确的方法。

PS 我不确定 pl_PL 是否正确:)

Take a look at this:

http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideI18nLocale.html

and put <extend-property name="locale" values="pl_PL"/> in your module.gwt.xml and <meta name='gwt:property' content='locale=pl_PL'> in your index.html.

This (imho) should be the right way.

P.S. I'm not sure, if the pl_PL is right:)

花期渐远 2024-10-02 23:19:35

...和 ​​关于 gxt XMessages 的 Javadoc(asc 排序消息)和 google 查找“教程 GXT 和 I18N inurl:sencha 中缺失”(抱歉,我不允许在此处发布多个链接)

...and Javadoc about gxt XMessages (message for sort asc) and google for "Missing in the Tutorial GXT and I18N inurl:sencha" (sorry i'm not allowed to post more than one link here)

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