This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 917cdae9d3d1037473b09fff08962af076b40c10 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 20 15:15:54 2021 +0200 Regen docs --- docs/modules/ROOT/pages/aws-translate-action.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/aws-translate-action.adoc b/docs/modules/ROOT/pages/aws-translate-action.adoc index 0f0de15..e9b3b9f 100644 --- a/docs/modules/ROOT/pages/aws-translate-action.adoc +++ b/docs/modules/ROOT/pages/aws-translate-action.adoc @@ -14,8 +14,8 @@ The following table summarizes the configuration options available for the `aws- | *accessKey {empty}* *| Access Key| The access key obtained from AWS.| string| | | *region {empty}* *| AWS Region| The AWS region to connect to.| string| | `"eu-west-1"` | *secretKey {empty}* *| Secret Key| The secret key obtained from AWS.| string| | -| *sourceLanguage {empty}* *| Source Language| The source language of the translating text| string| | `"it"` -| *targetLanguage {empty}* *| Target Language| The target language of the translating text| string| | `"en"` +| *sourceLanguage {empty}* *| Source Language| The source language of the translating text. Possible values are ARABIC("ar"), CHINESE_SIMPLIFIED("zh"), CHINESE_TRADITIONAL("zh-TW"), CZECH("cs"), DANISH("da"), DUTCH("nl"), ENGLISH("en"), FINNISH("fi"), FRENCH("fr"), GERMAN("de"), HEBREW("he"), HINDI("hi"), INDONESIAN("id"), ITALIAN("it"), JAPANESE("ja"), KOREAN("ko"), MALAY("ms"), NORWEGIAN("no"), PERSIAN("fa"), POLISH("pl"), PORTUGUESE("pt"), RUSSIAN("ru"), SPANISH("es"), SWEDISH("sv") a [...] +| *targetLanguage {empty}* *| Target Language| The target language of the translating text. Possible values are ARABIC("ar"), CHINESE_SIMPLIFIED("zh"), CHINESE_TRADITIONAL("zh-TW"), CZECH("cs"), DANISH("da"), DUTCH("nl"), ENGLISH("en"), FINNISH("fi"), FRENCH("fr"), GERMAN("de"), HEBREW("he"), HINDI("hi"), INDONESIAN("id"), ITALIAN("it"), JAPANESE("ja"), KOREAN("ko"), MALAY("ms"), NORWEGIAN("no"), PERSIAN("fa"), POLISH("pl"), PORTUGUESE("pt"), RUSSIAN("ru"), SPANISH("es"), SWEDISH("sv") a [...] |=== NOTE: Fields marked with ({empty}*) are mandatory.