What problem would this solve?
- New UI strings routinely ship untranslated across most of the 27 locales; Crowdin sync + human translation lag behind releases.
- Contributors can't complete translations inside their PR and rarely bother with Crowdin.
What do you propose?
Make in-PR, LLM-generated translations the default pipeline instead of Crowdin (chat with good LLM is now available for anyone):
- Add the section below to AGENTS.md, so AI agents (Copilot, Claude, etc.) generate all translations whenever a PR adds/changes translatable strings, update CONTRIBUTE.md guide.
- Add a CI check that every locale file has the same keys as en-US — fail the PR otherwise.
- Crowdin, if kept at all, becomes optional post-hoc review, not a blocker.
If necessary - can implement myself, just ask :D
What problem would this solve?
What do you propose?
Make in-PR, LLM-generated translations the default pipeline instead of Crowdin (chat with good LLM is now available for anyone):
If necessary - can implement myself, just ask :D