Changeset 1619
- Timestamp:
- 05/13/06 23:05:48 (3 years ago)
- Files:
-
- alternc/trunk/bureau/locales/de_DE/LC_MESSAGES/messages.po (moved) (moved from alternc/trunk/bureau/locales/de_DE/LC_MESSAGES/main.po)
- alternc/trunk/bureau/locales/en_US/LC_MESSAGES/manual.po (moved) (moved from alternc/trunk/bureau/locales/en_US/LC_MESSAGES/main_manual.po)
- alternc/trunk/bureau/locales/es_ES/LC_MESSAGES/messages.po (moved) (moved from alternc/trunk/bureau/locales/es_ES/LC_MESSAGES/main.po)
- alternc/trunk/bureau/locales/es_VE/LC_MESSAGES/manual.po (moved) (moved from alternc/trunk/bureau/locales/es_VE/LC_MESSAGES/main_manual.po)
- alternc/trunk/bureau/locales/es_VE/LC_MESSAGES/messages.po (moved) (moved from alternc/trunk/bureau/locales/es_VE/LC_MESSAGES/main.po)
- alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/manual.po (moved) (moved from alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/main_manual.po)
- alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/messages.po (moved) (moved from alternc/trunk/bureau/locales/fr_FR/LC_MESSAGES/main.po)
- alternc/trunk/bureau/locales/manual.po (moved) (moved from alternc/trunk/bureau/locales/main_manual.pot)
- alternc/trunk/bureau/locales/messages.po (moved) (moved from alternc/trunk/bureau/locales/main.pot)
- alternc/trunk/bureau/locales/updatelang.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/locales/updatelang.sh
r1601 r1619 10 10 if [ -d $1/LC_MESSAGES ] 11 11 then 12 for i in *.po t12 for i in *.po 13 13 do 14 14 echo -n "Updating $i : " 15 msgmerge -v -U $1/LC_MESSAGES/ `echo "$i"|sed -e 's/\.pot$/.po/'`$i15 msgmerge -v -U $1/LC_MESSAGES/$i $i 16 16 echo " Done." 17 17 done
