Changeset 5852


Ignore:
Timestamp:
07/05/09 21:44:47 (3 years ago)
Author:
ryan52
Message:

Switch to Locale::Msgfmt and generate the .mo files at install time (RSN)

Location:
trunk/Padre
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/Changes

    r5807 r5852  
    1717    - Allow the user to use external (xterm) to run the scrips. (SZABGAB) 
    1818    - Add menu option to show selection as hexa or as decimal. (#36) (SZABGAB) 
     19    - Switch to Locale::Msgfmt and generate the .mo files at install time (RSN) 
    1920 
    20210.38 2009.06.27 
  • trunk/Padre/Makefile.PL

    r5677 r5852  
    142142 
    143143install_script 'script/padre'; 
    144 install_share; 
     144install_share_with_mofiles; # install Locale::Msgfmt 
    145145 
    146146 
Note: See TracChangeset for help on using the changeset viewer.