Changeset 31033 in osm for applications/editors/josm/i18n/convplugins.pl
- Timestamp:
- 2015-02-22T15:00:26+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/convplugins.pl
r28990 r31033 24 24 if($line =~ /name=\"[Pp]lugin.[Dd]escription\" +value=\"(.*)\"/) 25 25 { 26 my $descr = $1; 27 next if $descr eq '${plugin.description}'; 26 28 $printed = 1; 27 print "/* Plugin $plugin */\ntr(\"$ 1\");\n" if($plugin ne "myPluginName");29 print "/* Plugin $plugin */\ntr(\"$descr\");\n" if($plugin ne "myPluginName"); 28 30 } 29 31 elsif($line =~ /project name=\"(.*?)\"/)
Note:
See TracChangeset
for help on using the changeset viewer.