mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Use dirname $0 in localization scripts
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
# This script updates the dolphin-emu.pot file to match the strings in
|
||||
# the source code.
|
||||
|
||||
cd ${0/update-source-strings.sh/}/..
|
||||
cd "$(dirname "$0")/.."
|
||||
SRCDIR=Source
|
||||
find $SRCDIR -name '*.cpp' -o -name '*.h' -o -name '*.c' | \
|
||||
xgettext -d dolphin-emu -s --keyword=_ --keyword=wxTRANSLATE --keyword=SuccessAlertT \
|
||||
|
Reference in New Issue
Block a user