Commit: 206fedd1bce098ac3b6ee12de93d9f506cb21c26 Author: Sobak <[email protected]> Sat, 3 Jan 2015 07:08:10 +0100 Parents: c75362f02cc34be9224f2b8be2a77e0a0f8a3ca9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=206fedd1bce098ac3b6ee12de93d9f506cb21c26 Log: Disable Italian translation, as requested by #68734 3% of files up-to-date is not a problem, but there are also even 1000, which are outdated or out of control (no EN-Rev number). Important sections like language/, appendices/ or reference/array are also outdated. Feel free to reenable once situation improve. Source: http://doc.php.net/revcheck.php?p=graph&lang=it and other tools Bugs: https://bugs.php.net/68734 Changed paths: M include/languages.inc Diff: diff --git a/include/languages.inc b/include/languages.inc index f757645..08991e4 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -72,6 +72,7 @@ $INACTIVE_ONLINE_LANGUAGES = array( 'he' => 'Hebrew', 'hu' => 'Hungarian', 'id' => 'Indonesian', + 'it' => 'Italian', 'lt' => 'Lithuanian', 'no' => 'Norwegian', 'pl' => 'Polish', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
