The Crowdin sync workflow used `git diff --quiet` and `git commit -am`, both of which only consider tracked files. New language files downloaded by Crowdin (e.g. el-GR, th-TH) were therefore left untracked and silently dropped on each run. Switch the change check to `git status --porcelain` scoped to the translation directories and stage them explicitly before committing so new locales are included. |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| actions/setup-frontend | ||
| workflows | ||
| FUNDING.yml | ||