Skip to content

Commit

Permalink
Don't use fuzzy matching when updating message catalogs, to avoid iss…
Browse files Browse the repository at this point in the history
…ues where the number string substitution placeholders changes, per discussion.
  • Loading branch information
dpage committed Jul 5, 2021
1 parent 9fdda03 commit fff4060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ msg-extract:
cd web && pybabel extract -F babel.cfg -o pgadmin/messages.pot pgadmin

msg-update:
cd web && pybabel update -i pgadmin/messages.pot -d pgadmin/translations
cd web && pybabel update --no-fuzzy-matching -i pgadmin/messages.pot -d pgadmin/translations

.PHONY: docs

Expand Down

0 comments on commit fff4060

Please sign in to comment.