Revision: 5945 Author: [email protected] Date: Tue Aug 11 17:03:44 2009 Log: Correct misleading statement regarding plural forms reference.
Patch by: rebeccaward Review by: abowers, bruce, jat http://code.google.com/p/google-web-toolkit/source/detail?r=5945 Modified: /trunk/user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java ======================================= --- /trunk/user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java Mon Mar 17 16:50:16 2008 +++ /trunk/user/src/com/google/gwt/i18n/client/impl/plurals/DefaultRule.java Tue Aug 11 17:03:44 2009 @@ -32,8 +32,8 @@ * DefaultRule_en_uk for English spoken in the UK (note the lower-cased * tag). * - * Many of the rules implemented in subclasses of this class are from: - * http://translate.sourceforge.net/wiki/l10n/pluralforms + * This is an implementation of the language pluralization rules described + * at http://translate.sourceforge.net/wiki/l10n/pluralforms * * Eventually, all these rules will be machine generated from Unicode's * CLDR, perhaps with some additional data that isn't kept there if --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
