Table of Contents


Note

This article only applies to file-based projects.

Once translations are done, you can download them for use. For each source file you uploaded previously, you'll have a separate file for every target language you translate to. So if you were to upload file.po and translate it to French and Spanish, you'd have file_fr.po and file_es.po as the files for use.

There are several ways you can download translations for use.

Downloading translations for a specific language

To download the translations for a specific language:

  1. From the project navigation in the Dashboard, click on the project that has the translations you want to download.

  2. Click the Resources link.

  3. Click on the resource you want to download translations for.

  4. From the list of languages, select the language you'd like to download translations for.

    project-resources-resource_page.png#asset:6749

  5. In the pop-up, hit Download for use, which includes only translated strings in the file. Or hit Download only reviewed translations, which includes only reviewed strings in the file. In case the proofread step has been enabled, then the option

    resource-details-popup.png#asset:167

    Download only proofread translations will be available instead.

    Please note that the options Download file to translate, where untranslated source strings show a blank translation field, where translations need to be added, and Download for translation as XLIFF are for translators who wish to translate the files outside of Transifex.

    To get a more detailed description of how each option behaves for a particular file format, visit the links below depending on your file format.


Downloading a ZIP file with all translation files

As an alternative to downloading files one by one, you can download a ZIP file containing the source file and all the translation files from a single resource:

  1. Downloading a ZIP file with all translation files

  2. Click the Resources link.

  3. Click on the resource you want to download translations for.

  4. Click on three vertical dots at the upper right corner and then Download all translations (ZIP) link.

    project-resources-resource_zip.png#asset:6750

  5. Use the checkboxes to specify whether you want only 100% translated or 100% translated and reviewed or 100% reviewed and proofread files in the ZIP. If you leave the boxes unchecked, your ZIP file will contain one file for each of your target languages, regardless of whether the translations for that language are complete.

    resources-zip-popup_200415_122805.png#asset:6748

  6. You'll receive an email with the download link when the file is ready.


Using the API or command-Line client to download translated files

To further automate your localization process, you can use Transifex's API or command-line client and integrate it with your build process. This way, you can automatically push updated content to Transifex and pull translated files when they are complete.


Continue of Content

Did this answer your question?