mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Use dirname $0 in localization scripts
This commit is contained in:
parent
ee4195547a
commit
0db63cefc0
2 changed files with 2 additions and 2 deletions
|
@ -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 \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue