tolgee-platform
tolgee-platform copied to clipboard
Azure Cognitive machine translation
Added support for Azure Cognitive machine translation provider (only paid version). First time developing using Kotlin, take that into consideration please.
API docs - https://docs.microsoft.com/en-us/azure/cognitive-services/translator/reference/v3-0-translate#request-url
Hello. It looks great. Thanks a lot.
Let's see the what the pipeline says. :)
Hey. There is a task ./gradlew ktlintFormat
, which formats the code automatically. Sometimes it fails due because lines are too long, which you have to fix manually.
Hey. There is a task
./gradlew ktlintFormat
, which formats the code automatically. Sometimes it fails due because lines are too long, which you have to fix manually.
Thanks! will fix it later this week.
Also, to get it released with a version, the commits need to follow conventional commits standard.
https://www.conventionalcommits.org/en/v1.0.0/
So it would be great if the PR was squashed into single commit with feat:
prefix.
Sorry for my inactivity here. I am currently very busy, so I will look at it hopefully next week.
Thanks @JanCizmar! Sorry somehow missed your previous comments.
No problem. Probably during next week I will be able to provide the custom API keys feature. :)
:tada: This PR is included in version 2.36.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket: