You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/05/20 13:16:34 UTC

[camel-kamelets] 03/03: Regen docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch aws-translate-langs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit d131ae814a175d30f4ed2389840583855271d134
Author: Andrea Cosentino <an...@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.