Skip to content

Commit

Permalink
Include default msgmerge_options, adding --no-fuzzy-matching (#12019)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdivincenzo authored Mar 13, 2024
1 parent a797e0b commit 4de3f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-api/networkapi/management/commands/makemessages.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class Command(makemessages.Command):
msgmerge_options = ["--no-fuzzy-matching"]
msgmerge_options = makemessages.Command.msgmerge_options + ["--no-fuzzy-matching"]

0 comments on commit 4de3f58

Please sign in to comment.