A lot of strings in ikiwiki are hardcoded and not taken for locales resources through gettext. This is bad because ikiwiki is thus difficult to spread for non-english users. I mean that, for instance in CGI.pm, line like: `my @buttons=("Save Page", "Preview", "Cancel");` should be written as `my @buttons=(gettext("Save Page"), gettext("Preview"), gettext("Cancel"));` > Yes, these need to be fixed. But note that the localised texts come back > into ikiwiki and are used in various places, including plugins. > Including, possibly, third-party plugins. So localising the buttons would > seem to require converting from the translations back into the C locale > when the form is posted. --[[Joey]] In standards templates things seems wrongly written too. For instance in page.tmpl line like: `