Commit:    b7087ed830a4c49afe298524db766f929446735f
Author:    Kalle Sommer Nielsen <ka...@php.net>         Mon, 11 Mar 2013 
10:11:28 +0100
Parents:   a559319b5d2c88d4fb32ff46e5165e5f43257d22
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=b7087ed830a4c49afe298524db766f929446735f

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

Reply via email to