- Timestamp:
- 2010-02-23T20:23:09+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/I18n.java
r2841 r3037 81 81 if(trans != null) 82 82 return trans; 83 } 84 if(pstrings != null) { 85 String[] trans = pstrings.get(ctx == null ? text : "_:"+ctx+"\n"+text); 86 if(trans != null) 87 return trans[0]; 83 88 } 84 89 return text;
Note:
See TracChangeset
for help on using the changeset viewer.