Changeset 34996 in osm for applications/editors/josm/i18n/i18n.pl
- Timestamp:
- 2019-05-04T22:39:59+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/i18n.pl
r34025 r34996 270 270 { 271 271 warn "JAVA translation issue for language $la: Mismatching single quotes:\nTranslated text: ".decode("utf8",$tr)."\nOriginal text: ".decode("utf8",$en)."\n"; 272 $error = 1; 273 } 274 if($tr =~ /<!\[CDATA\[/)#&& $la ne "en") 275 { 276 warn "JAVA translation issue for language $la: CDATA in string:\nTranslated text: ".decode("utf8",$tr)."\nOriginal text: ".decode("utf8",$en)."\n"; 272 277 $error = 1; 273 278 }
Note:
See TracChangeset
for help on using the changeset viewer.