Commit: ad49973f2f1a105541cb0d879e8ea82969a8a67a Author: Sobak <[email protected]> Sun, 6 Apr 2014 13:44:07 +0200 Parents: e059b022ee1cee7d17b4db696c3c4c39650cb5e8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ad49973f2f1a105541cb0d879e8ea82969a8a67a Log: Archived langs update Changed paths: M manual/help-translate.php Diff: diff --git a/manual/help-translate.php b/manual/help-translate.php index f348971..aaa7913 100644 --- a/manual/help-translate.php +++ b/manual/help-translate.php @@ -26,14 +26,14 @@ The following list of languages already contain SVN modules, and will show up on <ul> <?php // $archived are manuals we have old versions of -$archived = array('da', 'kr'); +$archived = array('da', 'kr', 'pl', 'tw'); foreach ($INACTIVE_ONLINE_LANGUAGES as $cc => $lang) { $link = 'no archive'; if (in_array($cc, $archived)) { $link = '<a href="http://docs.php.net/manual/'. $cc .'">archive</a>'; } - echo '<li>', $lang, ' : (', $link, ')</li>'; + echo '<li>', $lang, ': (', $link, ')</li>'; } ?> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
