|
From: Jan N. <ja...@gn...> - 2001-03-30 21:35:13
|
Hi list,
At last, I found why my gettext isn't working. Apparently, this is
needed for some newer gettext implementations.
Greetings,
Jan.
--- lib/config.php~ Fri Mar 30 23:02:44 2001
+++ lib/config.php Fri Mar 30 23:01:16 2001
@@ -91,6 +91,7 @@
else
{
putenv ("LANG=$LANG");
+ setlocale ("LC_ALL", "");
bindtextdomain ("phpwiki", "./locale");
textdomain ("phpwiki");
}
--
Jan Nieuwenhuizen <ja...@gn...> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
|