Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Releases: mollie/crowdin-cli

Removed the html sanitizer to reflect the formatJS api

16 Jun 07:28
970dacf
Compare
Choose a tag to compare

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

03 Mar 14:02
fa83ac7
Compare
Choose a tag to compare

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

02 Mar 10:49
d29d5df
Compare
Choose a tag to compare
Merge pull request #19 from mollie/improve-feedback-branch-not-found

Improve feedback if branch not found

v2.0.5

18 Feb 10:18
eefd2d6
Compare
Choose a tag to compare
Merge pull request #18 from mollie/update-sanitize-html-config

Update sanitize-html config

v2.0.4

17 Feb 09:50
ae0efd1
Compare
Choose a tag to compare
Merge pull request #16 from mollie/export-file-error-handling

Handle errors when calling exportFile

v2.0.3

11 Feb 15:59
fe9e457
Compare
Choose a tag to compare
Merge pull request #15 from mollie/fix-the-prepare-step

The the package.json prepare step

v2.0.1

11 Feb 15:34
f19d41c
Compare
Choose a tag to compare
Merge pull request #13 from mollie/add-bin-to-package-json

Add the `bin` key back to package.json

v2.0.0

11 Feb 16:06
70507aa
Compare
Choose a tag to compare
  • Updated to use Crowdin’s v2 API through their official client
  • Updated @formatjs/cli to simplify message extraction
  • Added delete-branch script to clean up Crowdin branches in CI