Add Macedonian language

Thanks Nikola Dio Petkovski
This commit is contained in:
Jeremy Ruston
2024-02-26 10:17:16 +00:00
parent 540b3ff81e
commit b33cfeab06
70 changed files with 1662 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
title: $:/language/Help/default
description:
\define commandTitle()
$:/language/Help/$(command)$
\end
\whitespace trim
```
usage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]
```
Available commands:
<ul>
<$list filter="[commands[]sort[title]]" variable="command">
<li><$link to=<<commandTitle>>><$macrocall $name="command" $type="text/plain" $output="text/plain"/></$link>:
&#32;
<$transclude tiddler=<<commandTitle>> field="description"/></li>
</$list>
</ul>
To get detailed help on a command:
```
tiddlywiki --help <command>
```