mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Translation: Ensure files are treated in the same order
This also tells `sort` to ignore the case, and to only consider using alphanumeric characters, to ensure parity across different filesystems.
This commit is contained in:
@ -7,7 +7,7 @@ cd "$(dirname "$0")/.."
|
|||||||
|
|
||||||
# Scan the source code for strings and put them in dolphin-emu.pot
|
# Scan the source code for strings and put them in dolphin-emu.pot
|
||||||
SRCDIR=Source
|
SRCDIR=Source
|
||||||
find $SRCDIR -name '*.cpp' -o -name '*.h' -o -name '*.c' | \
|
find $SRCDIR -name '*.cpp' -o -name '*.h' -o -name '*.c' | sort -fd | \
|
||||||
xgettext -s -p ./Languages/po -o dolphin-emu.pot --package-name="Dolphin Emulator" \
|
xgettext -s -p ./Languages/po -o dolphin-emu.pot --package-name="Dolphin Emulator" \
|
||||||
--keyword=_ \
|
--keyword=_ \
|
||||||
--keyword=AskYesNoFmtT \
|
--keyword=AskYesNoFmtT \
|
||||||
|
Reference in New Issue
Block a user