Ignore:
Timestamp:
2010-01-10T11:02:03+01:00 (14 years ago)
Author:
stoecker
Message:

revert last checkin - it does not take sub translations into account

File:
1 edited

Legend:

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

    r2802 r2803  
    179179            return true;
    180180        }
    181         if (!languages.containsKey(l))
    182             return false;
    183181        URL en = Main.class.getResource("/data/en.lang");
    184182        if(en == null)
Note: See TracChangeset for help on using the changeset viewer.