Changeset 16665 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-06-17T00:05:07+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/JosmDecimalFormatSymbolsProvider.java
r16660 r16665 29 29 public Locale[] getAvailableLocales() { 30 30 return Stream.of( 31 Stream.of(Locale.ROOT),32 31 Stream.of("", "AU", "IE", "US", "UK").map(country -> new Locale("en", country, "")), 33 32 Stream.of("", "AT", "CH", "DE").map(country -> new Locale("de", country, "")),
Note:
See TracChangeset
for help on using the changeset viewer.