Skip to content

Commit

Permalink
Change the gettextize to not update .po files (Transifex will do that)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolphin i18n Bot committed Jan 18, 2014
1 parent a39be49 commit 127e78d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Languages/gettextize
Expand Up @@ -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/license as the PACKAGE package/license as the dolphin-emu package/" Languages/po/dolphin-emu.pot

POTFILE=./Languages/po/dolphin-emu.pot
PO_FILES=$(find ./Languages/po -name '*.po')
for PO in $PO_FILES
do
msgmerge --quiet --update --backup=none -s $PO $POTFILE
done
# XXX: Disabled now that we use Transifex (the tool will handle this automatically).
#POTFILE=./Languages/po/dolphin-emu.pot
#PO_FILES=$(find ./Languages/po -name '*.po')
#for PO in $PO_FILES
#do
# msgmerge --quiet --update --backup=none -s $PO $POTFILE
#done

0 comments on commit 127e78d

Please sign in to comment.