Changeset 9599 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-01-23T23:26:39+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/I18n.java
r9062 r9599 409 409 // http://docs.oracle.com/javase/8/docs/technotes/guides/intl/enhancements.8.html#cldr 410 410 // FIXME: This can be removed after we switch to a minimal version of Java that enables CLDR by default 411 // or includes all languages we need in the JRE. See http://openjdk.java.net/jeps/ 8043554for Java 9411 // or includes all languages we need in the JRE. See http://openjdk.java.net/jeps/252 for Java 9 412 412 Utils.updateSystemProperty("java.locale.providers", "JRE,CLDR"); 413 413
Note:
See TracChangeset
for help on using the changeset viewer.