In the document page
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=ReleaseNotes_1_5_I18N
It seems like the plural and singular text strings were switched
around in this example
public interface MyMessages extends Messages {
@DefaultMessage("You have {0} widgets.")
@PluralText({"one", "You have 1 widget."})
String widgetCount(@PluralCount int count);
}
I was just perusing the docs when I came across this. I just wonder if
it's just a simple error or not. I'm posting it here because I don't
know who to contact and I assumed the doc writers would read this
board.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---