mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
97d36e26fc
It started life as the slides for a new introductory video, but I’m thinking that it may be worth publishing as an interactive introduction.
36 lines
1000 B
Plaintext
36 lines
1000 B
Plaintext
title: Translations
|
|
|
|
\define flag-title()
|
|
$(languagePluginTitle)$/icon
|
|
\end
|
|
|
|
The following plugin translations are currently available:
|
|
|
|
<div class="tc-drop-down-language-chooser" style="font-size: 16px; line-height: 20px;">
|
|
<$list filter="[[$:/languages/en-GB]] [plugin-type[language]sort[title]] -[[$:/languages/de-AT]]">
|
|
<div class="tc-language-list">
|
|
<span class="tc-language-list-greeting">
|
|
<$view subtiddler="$:/language/ControlPanel/Basics/Language/Prompt">
|
|
<$view tiddler="$:/language/ControlPanel/Basics/Language/Prompt"/>
|
|
</$view>
|
|
</span>
|
|
<span class="tc-language-list-name tc-image-button">
|
|
<$set name="languagePluginTitle" value=<<currentTiddler>>>
|
|
<$transclude subtiddler=<<flag-title>>>
|
|
<$list filter="[all[current]field:title[$:/languages/en-GB]]">
|
|
<$transclude tiddler="$:/languages/en-GB/icon"/>
|
|
</$list>
|
|
</$transclude>
|
|
</$set>
|
|
<$view field="description">
|
|
<$view field="name">
|
|
<$view field="title"/>
|
|
</$view>
|
|
</$view>
|
|
</span>
|
|
</div>
|
|
</$list>
|
|
</div>
|
|
|
|
Find out how to [[Get Started]].
|