Skip to content
This repository was 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

Choose a tag to compare

@Marinolinderhof Marinolinderhof released this 16 Jun 07:28
970dacf

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

Choose a tag to compare

@CosmaTrix CosmaTrix released this 03 Mar 14:02
fa83ac7

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

Choose a tag to compare

@CosmaTrix CosmaTrix released this 02 Mar 10:49
d29d5df
Merge pull request #19 from mollie/improve-feedback-branch-not-found

Improve feedback if branch not found

v2.0.5

Choose a tag to compare

@rppld rppld released this 18 Feb 10:18
eefd2d6
Merge pull request #18 from mollie/update-sanitize-html-config

Update sanitize-html config

v2.0.4

Choose a tag to compare

@CosmaTrix CosmaTrix released this 17 Feb 09:50
ae0efd1
Merge pull request #16 from mollie/export-file-error-handling

Handle errors when calling exportFile

v2.0.3

Choose a tag to compare

@CosmaTrix CosmaTrix released this 11 Feb 15:59
fe9e457
Merge pull request #15 from mollie/fix-the-prepare-step

The the package.json prepare step

v2.0.1

Choose a tag to compare

@CosmaTrix CosmaTrix released this 11 Feb 15:34
f19d41c
Merge pull request #13 from mollie/add-bin-to-package-json

Add the `bin` key back to package.json

v2.0.0

Choose a tag to compare

@rppld rppld released this 11 Feb 16:06
70507aa
  • 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