cvs: phpweb /include languages.inc
[email protected] ("Philip Olson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsphilip1226801772@cvsserver> |
philip Sun Nov 16 02:16:12 2008 UTC
Modified files:
/phpweb/include languages.inc
Log:
Mark kr and tr manuals as active!
http://cvs.php.net/viewvc.cgi/phpweb/include/languages.inc?r1=1.20&r2=1.21&diff_format=u
Index: phpweb/include/languages.inc
diff -u phpweb/include/languages.inc:1.20 phpweb/include/languages.inc:1.21
--- phpweb/include/languages.inc:1.20 Wed May 28 15:32:00 2008
+++ phpweb/include/languages.inc Sun Nov 16 02:16:12 2008
@@ -1,6 +1,6 @@
<?php // -*- C++ -*-
-// $Id: languages.inc,v 1.20 2008/05/28 15:32:00 philip Exp $
+// $Id: languages.inc,v 1.21 2008/11/16 02:16:12 philip Exp $
/*
This is a list of all manual languages hosted
@@ -70,7 +70,6 @@
'he' => 'Hebrew',
'hu' => 'Hungarian',
'id' => 'Indonesian',
- 'kr' => 'Korean',
'lt' => 'Lithuanian',
'no' => 'Norwegian',
'fa' => 'Persian',
@@ -78,7 +77,6 @@
'sk' => 'Slovak',
'sl' => 'Slovenian',
'sv' => 'Swedish',
- 'tr' => 'Turkish',
);
$ACTIVE_ONLINE_LANGUAGES = array_diff($LANGUAGES, $INACTIVE_ONLINE_LANGUAGES);