fixes in help cmd, make everything use markdown

This commit is contained in:
2021-10-12 00:12:19 +02:00
parent 63c4c5f2e8
commit 4ddc26c6ca
4 changed files with 20 additions and 24 deletions
+1
View File
@@ -79,6 +79,7 @@ The locale file looks like this (excerpt):
}
```
- All messages can use markdown formatting.
- Words in curly braces (`{}`) are substitution tokens. These must be preserved in all translations.
- Pay attention to line endings and blank lines (`\n`). Some messages from the locale file are combined to form the
final post, leaving out newlines can result in a mangled output.