Beter layouting

This commit is contained in:
2026-08-14 22:54:00 +02:00
parent 40ad35b418
commit c54216fae2
9 changed files with 463 additions and 83 deletions
+3 -2
View File
@@ -121,8 +121,9 @@ for page-local checklists.
@defproc[(tr [config any/c] [key symbol?]) string?] {
Returns the effective UI translation for @racket[key]. Built-in English and
Dutch translations are available before the database is configured. Once the
database is available, assignments in the special
@tt{wiki-translations-<language>} page override the built-in strings.
database is available, assignments in the special @tt{wiki-translations} page
override the built-in strings. A line can contain several languages, for example
@tt{save = nl:Opslaan, en:Save, de:Speichern}.
}
The UI language is selected with @tt{--language} or @racket[#:language]. The