mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Rename translations dir for integrations (#34494)
This commit is contained in:
@@ -41,7 +41,7 @@ def find_core():
|
||||
if not strings.is_file():
|
||||
continue
|
||||
|
||||
translations = int_dir / ".translations" / "en.json"
|
||||
translations = int_dir / "translations" / "en.json"
|
||||
|
||||
strings_json = json.loads(strings.read_text())
|
||||
translations_json = json.loads(translations.read_text())
|
||||
|
Reference in New Issue
Block a user