name: Translate iOS app
on:
push:
branches: [main]
paths: ['**/*.xcstrings']
jobs:
translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: autoglot/action@v2
with:
api-key: ${{ secrets.AUTOGLOT_API_KEY }}
base-branch: main
languages: 'de,fr,ja,es,zh-Hans,ko,pt-BR'Everything you need to localize your iPhone and iPad app
Translate your entire .xcstrings file in seconds. Supports plurals, device variations, and string interpolation.
Push to main and get a PR with translations. Zero config CI/CD integration for your iOS project.
All App Store languages supported — including CJK, RTL, and every European language.
iOS format specifiers like %@, %d, and %lld are never modified.
Start free, upgrade when you need more