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 2a3e0882f1d7df344c790ff1dd812f2a33f64e08
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 20 15:13:40 2021 +0200

    AWS Translate Action: Added more information about supported languages
---
 aws-translate-action.kamelet.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aws-translate-action.kamelet.yaml 
b/aws-translate-action.kamelet.yaml
index fadf336..a54a094 100644
--- a/aws-translate-action.kamelet.yaml
+++ b/aws-translate-action.kamelet.yaml
@@ -42,12 +42,12 @@ spec:
         example: eu-west-1
       sourceLanguage:
         title: Source Language
-        description: The source language of the translating text
+        description: 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") and TURKISH("tr").
         type: string
         example: it
       targetLanguage:
         title: Target Language
-        description: The target language of the translating text
+        description: 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") and TURKISH("tr").
         type: string
         example: en
   dependencies:

Reply via email to