mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Handle update-translated-strings.sh being run from a different directory
update-source-strings.sh was already solving the same problem in the same way.
This commit is contained in:
parent
20d7180041
commit
ee4195547a
@ -5,5 +5,6 @@
|
|||||||
# script before committing changes to the .po files, otherwise the .po
|
# script before committing changes to the .po files, otherwise the .po
|
||||||
# files might get modified the next time you try to build using cmake.
|
# files might get modified the next time you try to build using cmake.
|
||||||
|
|
||||||
|
cd ${0/update-translated-strings.sh/}/..
|
||||||
POTFILE=./Languages/po/dolphin-emu.pot
|
POTFILE=./Languages/po/dolphin-emu.pot
|
||||||
find ./Languages/po -name '*.po' -exec msgmerge --quiet --update --backup=none -s {} $POTFILE \;
|
find ./Languages/po -name '*.po' -exec msgmerge --quiet --update --backup=none -s {} $POTFILE \;
|
||||||
|
Loading…
Reference in New Issue
Block a user