- Timestamp:
- 2011-06-26T12:30:36+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/I18n.java
r4159 r4171 348 348 public static void addTexts(File source) 349 349 { 350 if(loadedCode.equals("en")) 351 return; 350 352 FileInputStream fis = null; 351 353 JarInputStream jar = null; … … 409 411 strings = null; 410 412 pstrings = null; 413 loadedCode = "en"; 411 414 pluralMode = PluralMode.MODE_NOTONE; 412 415 return true;
Note:
See TracChangeset
for help on using the changeset viewer.