--- a/IkiWiki.pm
+++ b/IkiWiki.pm
- @@ -1057,6 +1057,7 @@ sub gettext { #{{{
+ @@ -1057,6 +1057,7 @@ sub gettext {
$gettext_obj=undef;
return shift;
}
return $gettext_obj->get(shift);
}
-[[tag patch]]
+[[!tag patch patch/core]]
-- [[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`.
>