This repository was archived by the owner on Jul 15, 2024. It is now read-only.
Releases: mollie/crowdin-cli
Releases · mollie/crowdin-cli
Release list
Removed the html sanitizer to reflect the formatJS api
Because of the sanitiser it stripped out component names in the translations. This should not be the case if you read the formatJS api. We removed the sanitizer so that rich text formatting is possible again.
for more information:
https://formatjs.io/docs/core-concepts/icu-syntax#rich-text-formatting
and api reference:
https://formatjs.io/docs/react-intl/components#rich-text-formatting
v2.1.0
By default, @mollie/crowdin-cli will create a branch in Crowdin with the same name as the currently checked out branch in Git. This update makes it possible to override this behaviour by passing a --branch-name option (or -b ) to the upload, download and delete-branch commands.
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.1
v2.0.0
- Updated to use Crowdin’s v2 API through their official client
- Updated
@formatjs/clito simplify message extraction - Added
delete-branchscript to clean up Crowdin branches in CI