BabelizeBabelize
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:

  1. Run Babelize on your project
  2. Review the PR that Babelize creates
  3. 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:

  1. Open your project
  2. Go to the Results tab after a completed run
  3. Click Download on any translated file
  4. The file downloads in its original format

Export Format

Translations are exported in the same format as your source files:

Source FormatOutput Format
JSONJSON
YAMLYAML
MarkdownMarkdown

All exports use:

  • UTF-8 encoding
  • Unix-style line endings (LF)
  • Consistent indentation matching your project style

On this page