cvs: php-gtk-web /include site.php
[email protected] ("Steph Fox") Tue, 17 Oct 2006 13:10:33 -0000
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1161090633@cvsserver> |
sfox Tue Oct 17 13:10:33 2006 UTC
Modified files:
/php-gtk-web/include site.php
Log:
Link to pt_BR manual from en manual header
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/site.php?r1=1.11&r2=1.12&diff_format=u
Index: php-gtk-web/include/site.php
diff -u php-gtk-web/include/site.php:1.11 php-gtk-web/include/site.php:1.12
--- php-gtk-web/include/site.php:1.11 Sat Apr 8 13:11:08 2006
+++ php-gtk-web/include/site.php Tue Oct 17 13:10:33 2006
@@ -35,6 +35,6 @@
);
$man_languages = array('cs', 'de', 'en', 'es', 'fr', 'it', 'ja', 'pt_BR', 'ru');
-$man2_languages = array('en');
+$man2_languages = array('en', 'pt_BR');
?>