On Mon, Apr 30, 2001 at 10:19:10AM -0700, Ian Clarke wrote:
> This sounds great, I have added you as a web designer.  You should
> checkout the "www" package from sourceforge, see the "www/lang/fr"

Ok, thanks a lot. I'm starting to work right now.

BTW: From what I understand from the PHP code, it detects languages 
through HTTP_ACCEPT_LANGUAGE, which means my directories have to look 
like lang/zh-tw and lang/zh-cn, and the main index.php should detect 
the dash:

--- www/index.php       2001/04/25 19:33:20     1.1.1.1
+++ www/index.php       2001/04/30 19:44:15
@@ -6,7 +6,7 @@
 --------------------------------------------------------------------*/
 -       if (ereg("/lang/([a-z]+)/", $PHP_SELF, $lang_array))
 +       if (ereg("/lang/([\-a-z]+)/", $PHP_SELF, $lang_array))

I shall just go ahead and fix them along the way.

Viva la Informationale!

/Autrijus/

PGP signature

Reply via email to