Changeset 1619

Show
Ignore:
Timestamp:
05/13/06 23:05:48 (3 years ago)
Author:
anarcat
Message:

rename main.pot to messages.po, more standard, and rename main_manual.po to manual.po, more meaningful

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/locales/updatelang.sh

    r1601 r1619  
    1010if [ -d $1/LC_MESSAGES ]  
    1111then 
    12     for i in *.pot  
     12    for i in *.po 
    1313    do 
    1414      echo -n "Updating $i : " 
    15       msgmerge -v -U $1/LC_MESSAGES/`echo "$i"|sed -e 's/\.pot$/.po/'` $i 
     15      msgmerge -v -U $1/LC_MESSAGES/$i $i 
    1616      echo " Done." 
    1717    done