mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Merge pull request #7997 from JosJuice/no-fuzzy-match
update-translated-strings.sh: Disable fuzzy matching
This commit is contained in:
@ -7,4 +7,4 @@
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
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 -N --backup=none -s {} $POTFILE \;
|
||||
|
Reference in New Issue
Block a user