Ignore:
Timestamp:
2020-10-15T14:34:24+02:00 (4 years ago)
Author:
stoecker
Message:

add LANG setting to status report, see #14596

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java

    r16911 r17203  
    157157                    .append('\n');
    158158            }
     159            String lang = System.getenv("LANG");
     160            {
     161                text.append("Environment variable LANG: ")
     162                    .append(lang)
     163                    .append('\n');
     164            }
    159165            // Add dependencies details if found
    160166            for (String p : new String[] {
Note: See TracChangeset for help on using the changeset viewer.