Skip to content

Commit

Permalink
Disable fuzzy translations
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Aug 20, 2023
1 parent 23082f5 commit 92b97a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-po.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ promptNewTranslation() {
#Update translation file $1
updateTranslation() {
echo -n "Updating '$1': "
msgmerge --previous -U --quiet "$1" "../$BUILD_DIR/messages.pot"
msgmerge --no-fuzzy-matching --previous -U --quiet "$1" "../$BUILD_DIR/messages.pot"
msgfmt --check --verbose --output-file=/dev/null "$1"
}

Expand Down

0 comments on commit 92b97a5

Please sign in to comment.