Skip to content

Commit

Permalink
update-translated-strings.sh: Disable fuzzy matching
Browse files Browse the repository at this point in the history
This doesn't really matter in practice, because I always sync with
Transifex before running updated-translated-strings.sh, and then
there can't be any fuzzy matches. But we might as well disable fuzzy
matching explicitly, becase the results can be quite odd.
This should make the script a bit faster too.
  • Loading branch information
JosJuice committed Apr 14, 2019
1 parent 241166a commit e526b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Languages/update-translated-strings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \;

0 comments on commit e526b39

Please sign in to comment.