mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-28 12:05:05 +00:00
Add Spanish translation
This commit is contained in:
23
languages/es-ES/Help/default.tid
Normal file
23
languages/es-ES/Help/default.tid
Normal file
@@ -0,0 +1,23 @@
|
||||
title: $:/language/Help/default
|
||||
description:
|
||||
|
||||
\define commandTitle()
|
||||
$:/language/Help/$(command)$
|
||||
\end
|
||||
```
|
||||
usage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
|
||||
```
|
||||
|
||||
Comandos disponibles:
|
||||
|
||||
<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>
|
||||
|
||||
Para obtener ayuda sobre un comando en particular:
|
||||
|
||||
```
|
||||
tiddlywiki --help <command>
|
||||
```
|
||||
Reference in New Issue
Block a user