From 8855944bae840a8169aa082218f25d7683736c9b Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Mon, 14 Sep 2020 20:05:34 +0200 Subject: [PATCH] Update history and docs with new translation `de` --- HISTORY.md | 5 +++++ docs/api.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index fdda899..f82885b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/docs/api.md b/docs/api.md index 085bb3c..58822be 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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`