- Timestamp:
- 2014-12-28T14:27:49+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/I18n.java
r7898 r7901 40 40 41 41 /** 42 * Enumeration of possible plural modes. 42 * Enumeration of possible plural modes. It allows us to identify and implement logical conditions of 43 * plural forms defined on <a href="https://help.launchpad.net/Translations/PluralForms">Launchpad</a>. 43 44 * See <a href="http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html">CLDR</a> 44 * for a complete list. 45 * for another complete list. 45 46 * @see #pluralEval 46 47 */
Note:
See TracChangeset
for help on using the changeset viewer.