1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/l18n/en/help.json
Timur Ismagilov 1c955fd081 Views: Reimplement the topics sidebar
Instead of qtpl and l18n, I used html/template
and some functions. This is experimental, but
overall looks much more maintainable in the
future. Thinking...
2022-02-26 12:16:20 +03:00

10 lines
363 B
JSON

{
"title": "Help",
"entry_not_found": "Entry not found",
"empty_error_title": "This entry does not exist!",
"empty_error_line_1": "Try finding a different entry that would help you.",
"empty_error_line_2a": "If you want to write this entry by yourself, consider",
"empty_error_link": "contributing",
"empty_error_line_2b": "to Mycorrhiza Wiki directly."
}