Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mollie/crowdin-cli

Package Overview
Dependencies
Maintainers
6
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mollie/crowdin-cli

Package that helps syncing translations with crowdin

  • 1.0.0
  • npm
  • Socket score

Version published
Weekly downloads
50
decreased by-68.15%
Maintainers
6
Weekly downloads
 
Created
Source

@mollie/crowdin-cli

This CLI written in TypeScript is used for syncing application translations with Crowdin. It uses formatjs-cli to extract the messages from the application.

Add the following variables to your .env file:

CROWDIN_KEY
CROWDIN_PROJECT_NAME
CROWDIN_LANGUAGES
# i.e.
# CROWDIN_LANGUAGES=nl,en-US,fr,fr-BE

Add the following scripts to package.json:

"crowdin:download": "@mollie/crowdin-cli download",
"crowdin:upload": "@mollie/crowdin-cli upload '<glob directory pattern>'", // i.e. mollie-crowdin upload './src/**/!(*.test).{ts,tsx}'

FAQs

Package last updated on 22 Jan 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc