From 5098095e8648589adff75519d1f8ca73c8b013c4 Mon Sep 17 00:00:00 2001 From: jos Date: Sat, 9 Feb 2019 13:05:53 +0100 Subject: [PATCH] Update docs --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index d002499..ecebf41 100644 --- a/docs/api.md +++ b/docs/api.md @@ -384,7 +384,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`. 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`, `pt-BR`, `zh-CN`, `tr`. Other translations can be specified via the option `languages`. - `{Object} languages`