Le Mon, May 17, 1999 at 06:08:01PM +0200, Michael Meskes écrivait: > I just updated libc6 and locales to the latest packages and now my locale > de_DE does not work anymore. Perl tells me it's falling back to default. > Others like date just refuse to use it. What's wrong?
What environment variable did you set to de_DE ? It does work fine for me with LC_ALL=fr_FR ... I have another problem with internationalization. In the gnome panel (or any gnome apps that uses standardized strings, ie the name of the menus), i've got empty string instead of the localized version. I checked the .mo files, their are correct. I'll take the "Settings" menu as example. I did find "_Settings" and the translation is "_Paramètres". It works fine while doing dgettext("gnome-libs", "_Settings") in a test program but I keep having an empty string in the menu of gnome apps. Do someone know about this ? As this already been reported to the Gnome folks ? FYI, here are my environment variables concerning locales : declare -x LC_ALL="fr_FR" declare -x LC_CTYPE="ISO-8859-15" Cheers, -- Raphaël Hertzog -+- http://prope.insa-lyon.fr/~rhertzog/