Update history and docs with new translation `de`

This commit is contained in:
Jos de Jong 2020-09-14 20:05:34 +02:00
parent 09b8ed8af6
commit 8855944bae
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,11 @@
https://github.com/josdejong/jsoneditor
## not yet published, version 9.1.0
- Implemented German translation (`de`). Thanks @s-a.
## 2020-09-09, version 9.0.5
- Fix #1090: autocomplete firing on dragging or clicking a node.

View File

@ -555,7 +555,7 @@ Constructs a new JSONEditor.
- `{string} language`
The default language comes from the browser navigator, but you can force a specific language. So use here string as 'en' or 'pt-BR'. Built-in languages: `en`, `pt-BR`, `zh-CN`, `tr`, `ja`, `fr-FR`. Other translations can be specified via the option `languages`.
The default language comes from the browser navigator, but you can force a specific language. So use here string as 'en' or 'pt-BR'. Built-in languages: `en`, `zh-CN`, `pt-BR`, `tr`, `ja`, `fr-FR`, `de`. Other translations can be specified via the option `languages`.
- `{Object} languages`