mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 13:30:26 +00:00
1c955fd081
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...
10 lines
363 B
JSON
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."
|
|
}
|