Hi,
When i change the language setting to Dutch, nothing happends? I know about Gettext. I run my own linux server and its enabled. See PHPInfo here:
http://www.intosia.com/info.phpAlso the Dutch locals are in the Locale/nl-NL folder, so the translation is there.
Are any faulty system/php settings at work here?
Any ideas?
Thanks
Comments
It should be possible to install other laguage packs but so far I have not been able to.
(a lot of UNIX jibberish to me)
I suggest you do a internet search for locales for your server.
When you choose a language (that's not supported) in setup or admin -> options, there's no warning.
This is most likely the issue--the server does not support the locale for Dutch. But try the nightly and see if it reports an error.
- Ill try out the nightly build! And report back.
- No, its not the theme, its using getText() for the News Archive items, its zpFocus
- The locale thing could be it, since its running on a Sheevaplug (ARM based server), with 'minimal' Debian install.
What i did was i installed the 'locales-all' package in Debian, with the following command:
sudo apt-get install locales-all
and restarted my webserver.
Hope i can help someone with this!
Ps. Good to see you're stepping away from getText(). Its not really user friendly.
Anyway, bottom line, gettext() is here to stay