mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
Migrate frontend translations of domains to backend (#34294)
This commit is contained in:
@@ -6,7 +6,7 @@ import pathlib
|
||||
import re
|
||||
import subprocess
|
||||
|
||||
from .const import DOCKER_IMAGE, INTEGRATIONS_DIR, PROJECT_ID
|
||||
from .const import CORE_PROJECT_ID, DOCKER_IMAGE, INTEGRATIONS_DIR
|
||||
from .error import ExitApp
|
||||
from .util import get_current_branch, get_lokalise_token
|
||||
|
||||
@@ -32,7 +32,7 @@ def run_upload_docker():
|
||||
"--token",
|
||||
get_lokalise_token(),
|
||||
"import",
|
||||
PROJECT_ID,
|
||||
CORE_PROJECT_ID,
|
||||
"--file",
|
||||
CONTAINER_FILE,
|
||||
"--lang_iso",
|
||||
|
||||
Reference in New Issue
Block a user