Changeset 19050 in josm for trunk/src/org/openstreetmap/josm/tools/I18n.java
- Timestamp:
- 2024-04-22T20:59:26+02:00 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/I18n.java
r19043 r19050 646 646 647 647 private static int pluralEval(long n) { 648 switch (pluralMode) {648 switch (pluralMode) { 649 649 case MODE_NOTONE: /* bg, da, de, el, en, en_AU, en_CA, en_GB, es, et, eu, fi, gl, is, it, iw_IL, mr, nb, nl, sv */ 650 650 return (n != 1) ? 1 : 0;
Note:
See TracChangeset
for help on using the changeset viewer.