forked from home-assistant/core
Filter out fuzzy translations from Lokalise (#114968)
This commit is contained in:
committed by
Franck Nijhof
parent
e26ea40570
commit
dcd9d987a7
@@ -39,6 +39,8 @@ def run_download_docker():
|
|||||||
CORE_PROJECT_ID,
|
CORE_PROJECT_ID,
|
||||||
"--original-filenames=false",
|
"--original-filenames=false",
|
||||||
"--replace-breaks=false",
|
"--replace-breaks=false",
|
||||||
|
"--filter-data",
|
||||||
|
"nonfuzzy",
|
||||||
"--export-empty-as",
|
"--export-empty-as",
|
||||||
"skip",
|
"skip",
|
||||||
"--format",
|
"--format",
|
||||||
|
Reference in New Issue
Block a user