Skip to content

Commit 4cba851

Browse files
authored
Merge pull request #203 from chughts/germantranslation
German translation
2 parents f2793fd + bdb3ab6 commit 4cba851

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Node-RED Watson Nodes for IBM Bluemix
77

88
<a href="https://cla-assistant.io/watson-developer-cloud/node-red-node-watson"><img src="https://cla-assistant.io/readme/badge/watson-developer-cloud/node-red-node-watson" alt="CLA assistant" /></a>
99

10+
### New in version 0.4.20
11+
- Translation Node supports German
1012

1113
### New in version 0.4.19
1214
- New Similarity Search (Beta) Node

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-node-watson",
3-
"version": "0.4.19",
3+
"version": "0.4.20",
44
"description": "A collection of Node-RED nodes for IBM Watson services",
55
"dependencies": {
66
"alchemy-api": "^1.3.0",

services/language_translation/v2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
'es': 'Spanish',
201201
'fr': 'French',
202202
'it': 'Italian',
203+
'de': 'German',
203204
'pt': 'Portuguese',
204205
'ko': 'Korean',
205206
'zh': 'Chinese'

0 commit comments

Comments
 (0)