Skip to content

Commit 37da908

Browse files
committed
New Languages in Language Translator
1 parent 9cc6656 commit 37da908

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1212
enable 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

services/language_translator/v2.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
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
};

0 commit comments

Comments
 (0)