From: Martin G. <gim...@gi...> - 2003-04-06 15:48:48
|
"Oliver Betz" <ob...@de...> writes: > Martin Geisler wrote: > > BTW: what's I18n? It's short for Internationalization --- there's 18 characters between the 'I' and the 'n'. You'll also see references to l10n which means localization. L10n is more about making the actual translations than the infrastructure. >> When I define DEFAULT_LANGUAGE to 'de' and start with a fresh wiki >> the German pages are loaded from ./locale/de/pgsrc/. But the >> interface is > > That's better than my experience. I copied the German pgsrc over the > default, made a ZIP file and used > define('WIKI_PGSRC', 'pgsrcde.zip'); > >> still in English, that is, all the buttons still use the English >> captions. > > putenv("LC_ALL=de_DE"); made the buttons German for me. Try 'de' or > 'DE' if it doesn't work. I cannot get this to work, I've tried all three locales. > $LANG and $LC_ALL had no influence at all. The same here. > And AFAIR I had to use define('HOME_PAGE', "StartSeite"); but I'm > not sure, this could have been when using English buttons with a > German StartSeite. > > I reverted to English buttons since users were confused by the edit > help not yet translated, and I was in a hurry and not able to > translate it. Now they are happy with English buttons and German > pages. Yes, that would be the easiest approach. > After all, check the themes for hard coded date and time formattiung > strings. In 1.3.3 I found the default theme to ignore local settings > due to this. > > Oliver -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather: Shows the current weather on your webpage and PHP Shell: A telnet-connection (almost :-) in a PHP page. Join Freenet: http://gimpster.com/downloads/freenet/ |