Changeset 23091 in osm for applications/editors/josm/i18n/convsurveyor.pl
- Timestamp:
- 2010-09-10T09:59:47+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convsurveyor.pl
r13392 r23091 21 21 if($line =~ /^#(.*)$/) 22 22 { 23 print "/ /$1\n";23 print "/* $1 */\n"; 24 24 } 25 25 elsif($line =~ /^$/) … … 29 29 elsif($line =~ /<button label=\"(.*?)\"/) 30 30 { 31 print "tr(\"$1\"); // $line\n";31 print "/* $line*/ tr(\"$1\");\n"; 32 32 } 33 33 else
Note:
See TracChangeset
for help on using the changeset viewer.