Changeset 36395 in osm for applications/editors/josm/i18n


Ignore:
Timestamp:
2025-02-20T17:15:16+01:00 (4 days ago)
Author:
stoecker
Message:

fix wrong combo outputs in i18n translations, fix line numbers in output file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/convpreset.pl

    r35737 r36395  
    6666  {
    6767    $chunk = fix($1);
     68    print "/* $line */\n";
    6869  }
    6970  elsif($line =~ /<group.*\s+name=(".*?")/)
     
    204205  {
    205206    $chunk = "";
     207    print "\n";
    206208  }
    207209  elsif($line =~ /<\/(combo|multiselect)/)
    208210  {
    209211    $combo_n = "";
     212    $combo_type = "";
    210213    print "\n";
    211214  }
Note: See TracChangeset for help on using the changeset viewer.