From 8cf588fe08078901ba29523e754ff25481d8b9d4 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 12 Jul 2016 14:12:52 +0200 Subject: [PATCH] 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] --- include/languages.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/include/languages.inc b/include/languages.inc index 08991e410..e727d9a52 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',