I only have a little problem with my gallery1.4 pl1:
the language locales don't seem to work. The setup wizard always tells me
Quote:
Warning! Dates in these languages may not be formatted properly, because the corresponding locales are missing:
and then it lists all the languages I have. Setting permissions on the locale folder (recursive, of course) to 777 doesn't help.
The locales are definitely there (gallery.mo) but gallery doesn't use them at all. Whenever I switch to any language other than English it just stays with english.
Other than that I have no errors. I've searched the net a lot. I'm running out of ideas..
please help!
Posts: 8194
Moving to language forum...
Posts: 2
hello,
run
rpm -q locales
to check u hv install locales package
if u want to display other language, u got to install the rpm of that locale.
e.g. to display japanese, u got to install locales and locales-ja
run rpm -q locales-ja should show some package installed.
locales-zh for chinese.......
:D