Ticket #20467: i18n.patch

File i18n.patch, 513 bytes (added by stoecker, 5 years ago)
  • convpreset.pl

     
    209209    $combo_n = "";
    210210    print "\n";
    211211  }
     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  }
    212218  elsif(!$line)
    213219  {
    214220    print "\n";