Ticket #20467: i18n.patch
| File i18n.patch, 513 bytes (added by , 5 years ago) |
|---|
-
convpreset.pl
209 209 $combo_n = ""; 210 210 print "\n"; 211 211 } 212 # extract some values which we need at other places 213 elsif($line =~ /<key key="(highway|railway|waterway|landuse|building)" value="([^"]+)"/) 214 { 215 my ($key, $val) = ($1, $2); 216 print infoblock("key") . " trc(\"$key\", \"$val\");"."\n"; 217 } 212 218 elsif(!$line) 213 219 { 214 220 print "\n";
