Run the "Generate Translations" GitHub Actions workflow for the current repo, wait for it to complete, and pull the resulting commit.
- Identify the repo:
- Run
git remote -vto find the GitHub repo. Prefer a remote pointing to astrangerstudiosGitHub org, thenupstream, then fall back toorigin. Extract theowner/repofrom the URL. - Run
git branch --show-currentto get the current branch name.
- Run