How do you automate .xcstrings translation?
Add a GitHub Actions workflow that watches .xcstrings files and runs autoglot when they change. The workflow sends the catalog and target languages to autoglot, waits for translation, and writes the updated localization data back to the repository.
Because autoglot retains translated entries and reuses cached results, routine source-code changes do not require translating the entire catalog again.