mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Merge pull request #7997 from JosJuice/no-fuzzy-match
update-translated-strings.sh: Disable fuzzy matching
This commit is contained in:
commit
e9f7cb9926
@ -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 \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user