Update history and docs with new translation `de`
This commit is contained in:
parent
09b8ed8af6
commit
8855944bae
|
@ -3,6 +3,11 @@
|
||||||
https://github.com/josdejong/jsoneditor
|
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
|
## 2020-09-09, version 9.0.5
|
||||||
|
|
||||||
- Fix #1090: autocomplete firing on dragging or clicking a node.
|
- Fix #1090: autocomplete firing on dragging or clicking a node.
|
||||||
|
|
|
@ -555,7 +555,7 @@ Constructs a new JSONEditor.
|
||||||
|
|
||||||
- `{string} language`
|
- `{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`
|
- `{Object} languages`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue