Ignore:
Timestamp:
2011-10-23T12:40:13+02:00 (13 years ago)
Author:
stoecker
Message:

strip the additional text output for WMS

File:
1 edited

Legend:

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

    r26654 r26939  
    3636    my $val = $1;
    3737    $val =~ s/&/&/g;
    38     print "/* $line */ tr(\"$val\");\n";
     38    print "tr(\"$val\"); /* $line */\n";
     39  }
     40  elsif($line =~ /^[ \t]*$/)
     41  {
     42    print "\n";
     43  }
     44  elsif($line =~ /<entry>/) # required or the gettext info texts get too large
     45  {
     46    print "public newEntry() {};\n";
    3947  }
    4048  else
Note: See TracChangeset for help on using the changeset viewer.