Rename translations dir for integrations (#34494)

This commit is contained in:
Joakim Sørensen
2020-04-22 01:11:05 +02:00
committed by GitHub
parent d06fce6997
commit 730a257f3c
5208 changed files with 55 additions and 25 deletions

View File

@@ -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())