From d317bdf3da6a39b66c14181a455f7a2da93aedff Mon Sep 17 00:00:00 2001 From: G0erman Date: Thu, 15 Nov 2018 16:43:01 -0500 Subject: [PATCH] Documentation language (#3540) * Improve documentation install language on node.js * Singing the CLA --- editions/tw5.com/tiddlers/languages/Languages.tid | 2 +- .../Installing a plugin from the plugin library.tid | 9 +++++++-- licenses/cla-individual.md | 2 ++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/languages/Languages.tid b/editions/tw5.com/tiddlers/languages/Languages.tid index 559a7e73e..69ed8da69 100644 --- a/editions/tw5.com/tiddlers/languages/Languages.tid +++ b/editions/tw5.com/tiddlers/languages/Languages.tid @@ -6,7 +6,7 @@ type: text/vnd.tiddlywiki !! Language Plugins -The core TiddlyWiki user interface is available in over 20 languages. You can install language plugins using the plugin manager under the [[control panel|$:/ControlPanel]] {{$:/core/images/options-button}} ''plugins'' tab. You can change the current language using the ''language'' button, found on the "Tools" tab in the sidebar. +The core TiddlyWiki user interface is available in over 20 languages. You can install language plugins following the instruccions [[Installing a plugin from the plugin library]]. You can change the current language using the ''language'' button, found on the "Tools" tab in the sidebar. You can contribute a new language to the library by learning how to [[translate TiddlyWiki into your language|Translate TiddlyWiki into your language]]. diff --git a/editions/tw5.com/tiddlers/plugins/Installing a plugin from the plugin library.tid b/editions/tw5.com/tiddlers/plugins/Installing a plugin from the plugin library.tid index 9ea210131..6edc5ad13 100644 --- a/editions/tw5.com/tiddlers/plugins/Installing a plugin from the plugin library.tid +++ b/editions/tw5.com/tiddlers/plugins/Installing a plugin from the plugin library.tid @@ -26,7 +26,7 @@ Follow these instructions when using TiddlyWiki under Node.js: # Identify the plugins you want to install using the ''Plugins'' tab of [[control panel|$:/ControlPanel]] (''don't'' install the plugins from here, though). Plugins are identified by their type (ie language, theme or plugin) and their publisher and title. For example, the plugin `$:/plugins/tiddlywiki/internals` is referred to as ''tiddlywiki/internals'' # Quit the server if it is running -# Edit the `tiddlywiki.info` file (it is in JSON format) and locate the `plugins` and `themes` section (see below) +# Edit the `tiddlywiki.info` file (it is in JSON format) and locate the `plugins`, `themes` or `languages` section (see below) # Add entries corresponding to the plugins you wish to add. Take care to retain commas to separate items, but do not terminate the last item in a list with a comma # Restart the server @@ -38,6 +38,11 @@ Follow these instructions when using TiddlyWiki under Node.js: "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" - ] + ], + "languages": [ + "es-ES", + "fr-FR", + "en-EN" + ] } ``` diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index d50e73219..08f899ecc 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -335,3 +335,5 @@ Bimba László, @bimlas, 2018/08/10 Yurii Rashkovskii, @yrashk, 2018/10/19 Abraham Samma, @abesamma, 2018/10/31 + +German Ramírez, @g0erman, 2018/11/14 \ No newline at end of file