Commit: 8cf588fe08078901ba29523e754ff25481d8b9d4 Author: Christoph M. Becker <[email protected]> Tue, 12 Jul 2016 14:12:52 +0200 Parents: 4b3f069f4d0809f4760956bdbec90e8f1d635619 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=8cf588fe08078901ba29523e754ff25481d8b9d4 Log: Move Korean translation to $INACTIVE_ONLINE_LANGUAGES Apparently, the Korean translation of the PHP manual is very incomplete, and even worse, most of what's there is out-dated,[1] so we mark the translation as inactive for the time being. [1] <http://doc.php.net/revcheck.php?p=graph&lang=kr> Changed paths: M include/languages.inc Diff: diff --git a/include/languages.inc b/include/languages.inc index 08991e4..e727d9a 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -73,6 +73,7 @@ $INACTIVE_ONLINE_LANGUAGES = array( 'hu' => 'Hungarian', 'id' => 'Indonesian', 'it' => 'Italian', + 'kr' => 'Korean', 'lt' => 'Lithuanian', 'no' => 'Norwegian', 'pl' => 'Polish', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
