Add Slovenian translation

This commit is contained in:
Jermolene
2017-11-20 22:00:20 +00:00
parent c507d4e2dd
commit b02ee28968
66 changed files with 1348 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
```
uporaba: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
ukazi, ki so na voljo:
<ul>
<$list filter="[commands[]sort[title]]" variable="command">
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>: <$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>
Podrobne informacije o ukazih:
```
tiddlywiki --help <command>
```