File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
services/language_translator Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Node-RED Watson Nodes for IBM Cloud
1010### New in version 0.6.3
1111- Allow input / output from Node-RED web-sockets for Speech to Text node. To
1212enable select streaming mode. No token is needed as the Node handles this. Look
13- out for sample flows and templates showing how to use this feature.
13+ out for sample flows and templates showing how to use this feature.
14+ - Three new languages for Language Translator, in Neural Translation mode.
15+ - Removed the code for the deprecated Language Translation Nodes.
1416
1517### New in version 0.6.2
1618- Visual Recognition fix for accept-language
Original file line number Diff line number Diff line change 233233 'pt' : 'Portuguese' ,
234234 'ko' : 'Korean' ,
235235 'nl' : 'Dutch' ,
236+ 'pl' : 'Polish' ,
237+ 'ru' : 'Russian' ,
238+ 'tr' : 'Turkish' ,
236239 'zh' : 'Chinese' ,
237240 'zht' : 'Traditional Chinese'
238241 } ;
You can’t perform that action at this time.
0 commit comments