We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a790ea9 commit 9794483Copy full SHA for 9794483
src/beeware_docs_tools/build_po_translations.py
@@ -51,6 +51,7 @@ def pot_to_po(
51
f"--template={Path.cwd() / docs / f'locales/{language}/translations.po'}",
52
f"--input={Path.cwd() / docs / 'locales/template/translations.pot'}",
53
f"--output={output_path / docs / language}",
54
+ "--nofuzzymatching",
55
],
56
check=True,
57
)
0 commit comments