Changeset 7901 in josm for trunk/src


Ignore:
Timestamp:
2014-12-28T14:27:49+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #10892 - update multipolygon preset + javadoc update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/I18n.java

    r7898 r7901  
    4040
    4141    /**
    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>.
    4344     * 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.
    4546     * @see #pluralEval
    4647     */
Note: See TracChangeset for help on using the changeset viewer.