Crowdin CLI
Crowdin CLI - a powerful command-line tool that simplifies the management of your localization projects on Crowdin. With Crowdin CLI, you can easily upload source files, download translations, and keep your localized content up-to-date with just a few simple commands.
So, whether you’re looking to streamline your localization process, improve your team’s collaboration, or simply save time and effort, Crowdin CLI is the tool for you.
- Automate the process of updating your source files in your Crowdin project
- Download translations from Crowdin and automatically save them in the correct locations
- Upload all your existing translations to Crowdin in minutes
This is a cross-platform, and it runs in a terminal on Linux based and macOS operating systems or in Command Prompt on Windows
Installation Instructions
Linux
Linux
Download CrowdinCLI
{
"url": "{{ .SVar `.tool.crowdin_cli.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.crowdin_cli.download.filename` }}",
"overwrite": false
} Extract CrowdinCLI Release
{
"destination": "{{ .PTools }}/cni/{{ .SVar `.tool.crowdin_cli.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.crowdin_cli.download.filename` }}"
}
MacOS
MacOS
Download CrowdinCLI
{
"url": "{{ .SVar `.tool.crowdin_cli.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.crowdin_cli.download.filename` }}",
"overwrite": false
} Extract CrowdinCLI Release
{
"destination": "{{ .PTools }}/cni/{{ .SVar `.tool.crowdin_cli.download.version` }}",
"skip_symlinks": true,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.crowdin_cli.download.filename` }}"
} Binaries
- crowdin