name: Translate macOS 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 Mac app
Translate your entire .xcstrings file in seconds. Supports plurals, width variations, and string interpolation.
Push to main and get a PR with translations. Seamless CI/CD for your macOS project.
All Mac App Store languages supported — including CJK, RTL, and every European language.
macOS format specifiers like %@, %d, and ${name} stay intact in every language.
Start free, upgrade when you need more