GWT i18n works fine for huge projects with thousands of messages.
For our smaller projects with hundreds of messages I'm going create
adaptation for GWT of Java version of GNU gettext .
In maven build I'm panning to use http://code.google.com/p/gettext-commons/
to extract messages.
This should presumably give me the same approach on server and client
side.
Even now we are using our own version of
java.text.MessageFormat.format("", ...) in GWT for English messages.
Vlad
BTW for log in GWT we switched to slf4j in GWT, we used Generator to
create LoggerFactory on the client so now the logging code is the same
on client and on server.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.