Automate your frequent localization tasks such as uploading source files and downloading translations.
Use Jenkins with Crowdin CLI to automate your frequent localization tasks such as uploading source files, downloading translations or anything else you can do with Crowdin CLI.
You can use Jenkins with Crowdin using Crowdin CLI.
For example, to download translations from Crowdin add Execute shell build step. For this, in pipeline configuration select Add build step and insert a following command:
crowdin download -T <token> -i <project-id> -s "<source-files>" -t "<translation-files>"
Use your Crowdin project ID, access token and specify source and translation files.
More information about Crowdin CLI commands.
Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn MoreReleased on Dec 30, 2021
Updated on Jul 10, 2024
Published by Crowdin
Identifier:jenkins