From f61c83ac6e8eaaf833fcccd7a05dc21fece1eb0a Mon Sep 17 00:00:00 2001 From: Alexander Wunschik Date: Wed, 19 Oct 2016 14:36:45 +0200 Subject: [PATCH] cleaned up locale; added all locals to example; set users local as default --- docs/network/index.html | 22 +++++++++++-------- examples/network/other/manipulation.html | 27 +++++++++++++++++++++--- lib/network/options.js | 6 ------ 3 files changed, 37 insertions(+), 18 deletions(-) diff --git a/docs/network/index.html b/docs/network/index.html index 69f09644..cfd03d64 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -328,19 +328,23 @@ network.setOptions(options); locale String 'en' - Select the locale. By default, the language is English. If you want to use another language, you - will - need to define your own locale and refer to it here. + Select the locale. By default, the language is English. locales Object defaultLocales - Locales object. By default only 'en', 'de', 'es', 'it' and 'nl' are supported. Take a look - at - the locales - section below for more explaination on how to customize this. + Locales object. By default + 'en', + 'de', + 'es', + 'it', + 'nl' + 'pt-br', + 'ru' + are supported. Take a look at the + locales section below + for more explaination on how to customize this. clickToUse @@ -998,7 +1002,7 @@ function releaseFunction (clusterPosition, containedNodesPositions) { setSelection( - Object selection, + Object selection, [Object options]) diff --git a/examples/network/other/manipulation.html b/examples/network/other/manipulation.html index c97dacb3..b399c098 100644 --- a/examples/network/other/manipulation.html +++ b/examples/network/other/manipulation.html @@ -1,6 +1,7 @@ + Network | Manipulation