mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Remove translations from Core (#87543)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
@@ -114,7 +114,7 @@ def run_single(translations, flattened_translations, integration):
|
||||
|
||||
download.write_integration_translations()
|
||||
|
||||
print(f"Processed {integration}")
|
||||
print(f"Generating translations for {integration}")
|
||||
|
||||
|
||||
def run():
|
||||
@@ -126,6 +126,7 @@ def run():
|
||||
if args.all:
|
||||
for integration in translations["component"]:
|
||||
run_single(translations, flattened_translations, integration)
|
||||
print("🌎 Generated translation files for all integrations")
|
||||
return 0
|
||||
|
||||
if args.integration:
|
||||
|
Reference in New Issue
Block a user