First pass at language plugins for internationalisation

Still quite a few details to work out, but this shows the basic idea of
re-using the theme mechanism to handle language plugins.

Comments and questions welcome.
This commit is contained in:
Jermolene
2014-02-09 19:18:46 +00:00
parent d1bc053a9c
commit dea08ed4f8
16 changed files with 116 additions and 15 deletions
+1
View File
@@ -8,6 +8,7 @@ caption: Basics
|[[Username for signing edits|$:/status/UserName]] |<$edit-text tiddler="$:/status/UserName" default="" tag="input"/> |
|[[Animation duration|$:/config/AnimationDuration]] |<$edit-text tiddler="$:/config/AnimationDuration" default="" tag="input"/> |
|[[DefaultTiddlers|$:/DefaultTiddlers]] |Choose which tiddlers are displayed at startup:<br> <$edit-text tag="textarea" tiddler="$:/DefaultTiddlers"/><br>//Use &#91;&#91;double square brackets&#93;&#93; for titles with spaces. Or you can choose to <$button set="$:/DefaultTiddlers" setTo="[list[$:/StoryList]]">retain story ordering</$button>// |
|{{$:/lingo/ControlPanel/Language/prompt}} |{{$:/snippets/minilanguageswitcher}} |
|Tiddlers |''<$count filter="[!is[system]]"/>'' |
|Tags |''<$count filter="[tags[]]"/>'' |
|System tiddlers |''<$count filter="[is[system]]"/>'' |