Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix missing applying of the translate service #77

Merged
merged 2 commits into from
Apr 22, 2024

Conversation

Vovamzur
Copy link
Contributor

Closes #51

@CLAassistant
Copy link

CLAassistant commented Mar 21, 2024

CLA assistant check
All committers have signed the CLA.

@Vovamzur Vovamzur marked this pull request as draft March 21, 2024 20:08
@Vovamzur Vovamzur marked this pull request as ready for review March 25, 2024 13:54
@Vovamzur Vovamzur changed the title Draft: fix missing applying of the translate service fix missing applying of the translate service Mar 25, 2024
@barmac
Copy link
Member

barmac commented Apr 5, 2024

Hi @Vovamzur, thanks for your contribution. Unfortunately, until you sign the CLA, we cannot merge it.

@Vovamzur
Copy link
Contributor Author

Hi @Vovamzur, thanks for your contribution. Unfortunately, until you sign the CLA, we cannot merge it.

done

return description && (
<Markup
markup={ sanitizeHTML(description) }
markup={ sanitizeHTML(translate(description)) }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exactly in the required order. We want to sanitize the translation result :)

Copy link
Member

@barmac barmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great contribution, thank you so much for implementing this!

@fake-join fake-join bot merged commit c2b92e3 into bpmn-io:main Apr 22, 2024
4 checks passed
@barmac
Copy link
Member

barmac commented Apr 22, 2024

I just noticed that the commit messages did not adhere to the conventional commits guidelines which we follow at bpmn.io. I fixed the commits via 911ab0b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing applying the translate service in some places
3 participants