Product
Exports
Download and export your translations.
After Babelize runs, your translations are delivered as a pull request on GitHub. You can also download translated files directly from the dashboard.
Primary Export — GitHub PR
The default way to get your translations is through a GitHub pull request:
- Run Babelize on your project
- Review the PR that Babelize creates
- Merge the PR into your repository
The PR contains translated resource files (.json, .i18n, etc.) organized to match your project structure.
Dashboard Download
Download translated files directly from the dashboard:
- Open your project
- Go to the Results tab after a completed run
- Click Download on any translated file
- The file downloads in its original format
Export Format
Translations are exported in the same format as your source files:
| Source Format | Output Format |
|---|---|
| JSON | JSON |
| YAML | YAML |
| Markdown | Markdown |
All exports use:
- UTF-8 encoding
- Unix-style line endings (LF)
- Consistent indentation matching your project style