mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-05 12:35:35 -04:00
fix: Updated get_ts_locales to resolve issues with Automatic Locale Sync workflow (#7181)
This commit is contained in:
committed by
GitHub
parent
e574896449
commit
ccdf7109e2
@@ -78,7 +78,7 @@ class CrowdinApi:
|
|||||||
headers=self.headers,
|
headers=self.headers,
|
||||||
)
|
)
|
||||||
data = response.json()["data"]
|
data = response.json()["data"]
|
||||||
return {p["data"]["languageId"]: p["translationProgress"] for p in data}
|
return {p["data"]["languageId"]: p["data"]["translationProgress"] for p in data}
|
||||||
|
|
||||||
|
|
||||||
PROJECT_DIR = Path(__file__).parent.parent.parent
|
PROJECT_DIR = Path(__file__).parent.parent.parent
|
||||||
|
|||||||
Reference in New Issue
Block a user