http://gwt-code-reviews.appspot.com/1739803/diff/8001/user/src/com/google/gwt/user/cellview/client/CellTreeNodeView.java
File user/src/com/google/gwt/user/cellview/client/CellTreeNodeView.java
(right):

http://gwt-code-reviews.appspot.com/1739803/diff/8001/user/src/com/google/gwt/user/cellview/client/CellTreeNodeView.java#newcode86
user/src/com/google/gwt/user/cellview/client/CellTreeNodeView.java:86: *
Constant for labeling the simple pager navigational {@link ImageButton}s
On 2012/06/14 03:38:37, jlabanca wrote:
Add a comment that the default Messages only provide English
translations.

So, if you want the users to supply their own translations, then you
need to have them pass an instance of this interface in rather than
calling GWT.create on it (that could work, but it will make integration
with their translation system much harder).

Another option would be to get this translated to all the languages GWT
supports, which Google might be willing to do, but it won't be fast (it
is possible similar strings already exist in Google products that could
be used easily).

http://gwt-code-reviews.appspot.com/1739803/diff/8001/user/src/com/google/gwt/user/cellview/client/CellTreeNodeView.java#newcode705
user/src/com/google/gwt/user/cellview/client/CellTreeNodeView.java:705:
private static final Messages MESSAGES =
GWT.<Messages>create(Messages.class);
On 2012/06/14 03:38:37, jlabanca wrote:
My GWT.create() foo is failing me.  How does one go about adding
translations
again?

You shouldn't need to do anything if you aren't actually wanting to
supply other translations, as it will fall back to the ones in the
annotations.

http://gwt-code-reviews.appspot.com/1739803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to