cvs: php-gtk-web /include site.php

[email protected] ("Steph Fox") Sun, 21 Jan 2007 11:59:08 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvssfox1169380748@cvsserver>
sfox		Sun Jan 21 11:59:08 2007 UTC

  Modified files:              
    /php-gtk-web/include	site.php 
  Log:
  Update langs
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/site.php?r1=1.12&r2=1.13&diff_format=u
Index: php-gtk-web/include/site.php
diff -u php-gtk-web/include/site.php:1.12 php-gtk-web/include/site.php:1.13
--- php-gtk-web/include/site.php:1.12	Tue Oct 17 13:10:33 2006
+++ php-gtk-web/include/site.php	Sun Jan 21 11:59:07 2007
@@ -35,6 +35,6 @@
 );
 
 $man_languages = array('cs', 'de', 'en', 'es', 'fr', 'it', 'ja', 'pt_BR', 'ru');
-$man2_languages = array('en', 'pt_BR');
+$man2_languages = array('bg', 'de', 'en', 'ja', 'pt_BR', 'zh_cn');
 
 ?>