Add Slovak translation

Thanks to Vlado Luknar
This commit is contained in:
Jermolene
2015-03-10 11:04:25 +00:00
parent bd175504f8
commit 49a9a2c44c
58 changed files with 980 additions and 11 deletions

View File

@@ -0,0 +1,23 @@
title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
```
usage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
dostupné príkazy:
<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>
Detailné vysvetlenie príkazu je možné dostať cez:
```
tiddlywiki --help <command>
```