Skip to content

Commit 9794483

Browse files
authored
Add --nofuzzymatching (#55)
Adding or removing 'not' to a source string causes significant changes and thus we should not fuzzymatch.
1 parent a790ea9 commit 9794483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/beeware_docs_tools/build_po_translations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def pot_to_po(
5151
f"--template={Path.cwd() / docs / f'locales/{language}/translations.po'}",
5252
f"--input={Path.cwd() / docs / 'locales/template/translations.pot'}",
5353
f"--output={output_path / docs / language}",
54+
"--nofuzzymatching",
5455
],
5556
check=True,
5657
)

0 commit comments

Comments
 (0)