Merge pull request #4371 from JosJuice/gettextize-debug

gettextize: Remove "Debug" check
This commit is contained in:
JosJuice 2016-10-31 13:18:02 +01:00 committed by GitHub
commit 5102e76a7f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
cd ${0/gettextize/}/..
SRCDIR=Source
find $SRCDIR \( -name '*.cpp' -o -name '*.h' -o -name '*.c' \) -a ! -path '*Debug*' | \
find $SRCDIR -name '*.cpp' -o -name '*.h' -o -name '*.c' | \
xgettext -d dolphin-emu -s --keyword=_ --keyword=wxTRANSLATE --keyword=SuccessAlertT \
--keyword=PanicAlertT --keyword=PanicYesNoT --keyword=AskYesNoT --keyword=CriticalAlertT \
--keyword=GetStringT --keyword=_trans --add-comments=i18n -p ./Languages/po \