Ignore:
Timestamp:
2020-06-17T00:05:07+02:00 (4 years ago)
Author:
simon04
Message:

see #19397 - JosmDecimalFormatSymbolsProvider: exclude Locale.ROOT

File:
1 edited

Legend:

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

    r16660 r16665  
    2929    public Locale[] getAvailableLocales() {
    3030        return Stream.of(
    31                 Stream.of(Locale.ROOT),
    3231                Stream.of("", "AU", "IE", "US", "UK").map(country -> new Locale("en", country, "")),
    3332                Stream.of("", "AT", "CH", "DE").map(country -> new Locale("de", country, "")),
Note: See TracChangeset for help on using the changeset viewer.