mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:24:44 +02:00
Use dirname $0 in localization scripts
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
# script before committing changes to the .po files, otherwise the .po
|
||||
# files might get modified the next time you try to build using cmake.
|
||||
|
||||
cd ${0/update-translated-strings.sh/}/..
|
||||
cd "$(dirname "$0")/.."
|
||||
POTFILE=./Languages/po/dolphin-emu.pot
|
||||
find ./Languages/po -name '*.po' -exec msgmerge --quiet --update --backup=none -s {} $POTFILE \;
|
||||
|
Reference in New Issue
Block a user