]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/search_for_locale_data_in_the_installed_location.mdwn
tested this patch and found problems
[ikiwiki.git] / doc / bugs / search_for_locale_data_in_the_installed_location.mdwn
index ad379da1acaa9a594abe764a66ea3fb4fe5c3cad..6a4bd03a68166b3fd1efc06b8b3326d876326bed 100644 (file)
@@ -12,4 +12,14 @@ It seems like gettext only searches for locale information in /usr/share/locale,
             }
 
 [[tag patch]]
--- [[ThomasBleher]]
\ No newline at end of file
+-- [[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
+> since strace shows it successfully opening the file
+> `/usr/share/locale/fr/LC_MESSAGES/ikiwiki.mo`.
+> 
+> (Also, it should check that $installdir is set before using it.)
+> 
+> --[[Joey]]