Commit: 7122ddf3d770d28f2f70892b32e264c6c0eef282 Author: Kalle Sommer Nielsen <[email protected]> Mon, 11 Mar 2013 10:11:28 +0100 Parents: 008a5f2f42f6e7f7449ac7299f541c095117dfe7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7122ddf3d770d28f2f70892b32e264c6c0eef282 Log: Despite in-id not being available to bing, we can still use en-id instead of en-ca (which is Canada btw) Changed paths: M include/languages.inc Diff: diff --git a/include/languages.inc b/include/languages.inc index bdc7ea2..da9cf8f 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -120,7 +120,7 @@ $LANGUAGES_MAP = array( 'sv' => 'sv-se', 'tr' => 'tr-tr', 'he' => 'he-il', - 'id' => 'en-ca', // ? id Indonesian, in-id not available (yet) + 'id' => 'en-id', // ? id Indonesian, in-id not available (yet) ); $ACTIVE_ONLINE_LANGUAGES = array_diff($LANGUAGES, $INACTIVE_ONLINE_LANGUAGES); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
