Changeset 5863
- Timestamp:
- 07/05/09 22:17:34 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/dev.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/dev.pl
r5531 r5863 17 17 use lib $FindBin::Bin; 18 18 use privlib::Tools; 19 use Locale::Msgfmt; 19 20 20 21 # Due to share functionality, we must have run make … … 24 25 } 25 26 26 convert_po_to_mo($FindBin::Bin);27 msgfmt($FindBin::Bin); 27 28 28 29 my $perl = get_perl(); … … 53 54 (my $path = $plugin) =~ s{-}{/}g; 54 55 if (-d "$dir/$plugin/share/locale" ) { 55 convert_po_to_mo("$dir/$plugin");56 msgfmt("$dir/$plugin"); 56 57 } elsif (-d "$dir/$plugin/lib/$path/share/locale") { 57 convert_po_to_mo("$dir/$plugin/lib/$path");58 msgfmt("$dir/$plugin/lib/$path"); 58 59 } 59 60 push @cmd, "-I$dir/$plugin/lib";
Note: See TracChangeset
for help on using the changeset viewer.
