
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
crowdin-cli
Advanced tools
Node.js CLI tool for the CrowdIn
Download the translated content for the project. You could download specific language, or download all languages.
Use command below to download all translated content for the project configured in the ./crowdin.yaml file. Content will be saved in the all.zip
crowdin-cli download
Use -o
parameter to change output file for the downloaded content.
crowdin-cli download -o project_all.zip
Use -l
parameter to download only selected language. Download only Russian language and save it to ru.zip.
crowdin-cli download -l ru
You could use -o
and -l
together.
crowdin-cli download -l ru -o project_ru.zip
Crowdin cache translated content which could be downloaded. To be able to access the latest translation you have to export translation. After that all subsequent copy for downloading will use same exported copy.
Use command below to export content for the project configured in the ./crowdin.yaml file.
crowdin-cli export
You could download glossary which you create inside your CrowdIn project as a TBX file.
Use command to save glossary as projectname.tbx
file. Where the projectname
is name of the project in the crowdin.yaml
.
crowdin-cli downloadGlossary
Use command below to save glossary as technical.tbx
crowdin-cli downloadGlossary -o technical.tbx
You could upload your existing glossary, stored in TBX file, to use inside your CrowdIn project.
Use command to upload glossary in projectname.tbx
file. Where the projectname
is name of the project in the crowdin.yaml
.
crowdin-cli uploadGlossary
Use command below to upload glossary stored in technical.tbx
crowdin-cli uploadGlossary -s technical.tbx
You could download translation memory which you create inside your CrowdIn project as a TBX file.
Use command to save glossary as projectname.tmx
file. Where the projectname
is name of the project in the crowdin.yaml
.
crowdin-cli downloadTM
Use command below to save glossary as technical.tmx
crowdin-cli downloadTM -o technical.tmx
You could upload your existing translation memory files, stored in TMX file, to use inside your CrowdIn project.
Use command to upload glossary in projectname.tmx
file. Where the projectname
is name of the project in the crowdin.yaml
.
crowdin-cli uploadTM
Use command below to upload glossary stored in technical.tmx
crowdin-cli uploadTM -s technical.tmx
FAQs
NodeJS client for Crowdin
The npm package crowdin-cli receives a total of 4,570 weekly downloads. As such, crowdin-cli popularity was classified as popular.
We found that crowdin-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.