mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Change the gettextize to not update .po files (Transifex will do that)
This commit is contained in:
parent
a39be49c55
commit
127e78d846
@ -13,9 +13,10 @@ sed -i "s/SOME DESCRIPTIVE TITLE\./Translation of dolphin-emu.pot to LANGUAGE/"
|
|||||||
sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2003-2013/" Languages/po/dolphin-emu.pot
|
sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2003-2013/" Languages/po/dolphin-emu.pot
|
||||||
sed -i "s/license as the PACKAGE package/license as the dolphin-emu package/" Languages/po/dolphin-emu.pot
|
sed -i "s/license as the PACKAGE package/license as the dolphin-emu package/" Languages/po/dolphin-emu.pot
|
||||||
|
|
||||||
POTFILE=./Languages/po/dolphin-emu.pot
|
# XXX: Disabled now that we use Transifex (the tool will handle this automatically).
|
||||||
PO_FILES=$(find ./Languages/po -name '*.po')
|
#POTFILE=./Languages/po/dolphin-emu.pot
|
||||||
for PO in $PO_FILES
|
#PO_FILES=$(find ./Languages/po -name '*.po')
|
||||||
do
|
#for PO in $PO_FILES
|
||||||
msgmerge --quiet --update --backup=none -s $PO $POTFILE
|
#do
|
||||||
done
|
# msgmerge --quiet --update --backup=none -s $PO $POTFILE
|
||||||
|
#done
|
||||||
|
Loading…
Reference in New Issue
Block a user