diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 15:33:54 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-06 15:33:54 -0500 |
commit | d55bc1e8b6bf01b393a67c4c0c82a3bf016ffda4 (patch) | |
tree | 7519974aeb1fc78af0d7f5da86ad5a3a38fb07c1 /doc/bugs | |
parent | 9d1978b2cdda8188c51e09aafddc78ec969e7b55 (diff) |
tested this patch and found problems
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/search_for_locale_data_in_the_installed_location.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn b/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn index ad379da1a..6a4bd03a6 100644 --- a/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn +++ b/doc/bugs/search_for_locale_data_in_the_installed_location.mdwn @@ -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]] |