Merge pull request #7997 from JosJuice/no-fuzzy-match

update-translated-strings.sh: Disable fuzzy matching
This commit is contained in:
Léo Lam 2019-05-01 18:04:05 +02:00 committed by GitHub
commit e9f7cb9926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \;