-- [[ThomasBleher]]
> According to my testing, this patch makes ikiwiki's localisation fail for
-> LANG=fr_FR when everything is installed to the default locations,
-> though LANG=es_ES works. I don't understand this behavior, especially
+> `LANG=fr_FR` when everything is installed to the default locations,
+> though `LANG=es_ES` works. I don't understand this behavior, especially
> since strace shows it successfully opening the file
> `/usr/share/locale/fr/LC_MESSAGES/ikiwiki.mo`.
>
> I don't feel this belongs in ikiwiki core, but would accept a plugin that
> does it. I think that can be done using a formbuilder_setup hook.
-> BTW, it wmuld probably be better to validate against a comment_regexp,
+> BTW, it wuld probably be better to validate against a `comment_regexp`,
> so that when the evil admins notice that /.+/ is absurdly easy for users
> to get around (by using " "), they can tighten it down. --[[Joey]]