mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Migrate translations_develop script (#33933)
* Migrate translations_develop script * Fix lint
This commit is contained in:
@@ -84,7 +84,15 @@ def main():
|
||||
|
||||
print("Running script/translations_develop to pick up new translation strings.")
|
||||
subprocess.run(
|
||||
["script/translations_develop", "--integration", info.domain], **pipe_null
|
||||
[
|
||||
"python",
|
||||
"-m",
|
||||
"script.translations",
|
||||
"develop",
|
||||
"--integration",
|
||||
info.domain,
|
||||
],
|
||||
**pipe_null,
|
||||
)
|
||||
print()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user