Changeset 5887
- Timestamp:
- 07/06/09 21:59:53 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/dev.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/dev.pl
r5863 r5887 25 25 } 26 26 27 msgfmt($FindBin::Bin); 27 sub vmsgfmt { 28 # I wonder if it should be verbose by default... 29 my $d = shift . "/share/locale/"; 30 print "msgfmting $d\n"; 31 msgfmt({in => $d, verbose => 1}); 32 } 33 34 vmsgfmt($FindBin::Bin); 28 35 29 36 my $perl = get_perl(); … … 54 61 (my $path = $plugin) =~ s{-}{/}g; 55 62 if (-d "$dir/$plugin/share/locale" ) { 56 msgfmt("$dir/$plugin");63 vmsgfmt("$dir/$plugin"); 57 64 } elsif (-d "$dir/$plugin/lib/$path/share/locale") { 58 msgfmt("$dir/$plugin/lib/$path");65 vmsgfmt("$dir/$plugin/lib/$path"); 59 66 } 60 67 push @cmd, "-I$dir/$plugin/lib";
Note: See TracChangeset
for help on using the changeset viewer.
