Commit: 32231a267473369013322979b8e207d76bca1aa8 Author: Kalle Sommer Nielsen <[email protected]> Thu, 28 Feb 2013 20:41:19 +0100 Parents: bba1d1c40a9468404982ad5b9b9f884552c756e8 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=32231a267473369013322979b8e207d76bca1aa8 Log: Mark 'pl' and 'fa' (Polish and Persian) as inactive languages Changed paths: M include/languages.inc Diff: diff --git a/include/languages.inc b/include/languages.inc index 421cd55..bdc7ea2 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -14,7 +14,7 @@ $LANGUAGES = array( 'en' => 'English', 'ar' => 'Arabic', - 'bg' => 'Bulgarian', + 'bg' => 'Bulgarian', 'pt_BR' => 'Brazilian Portuguese', 'zh' => 'Chinese (Simplified)', 'hk' => 'Chinese (Hong Kong Cantonese)', @@ -74,7 +74,9 @@ $INACTIVE_ONLINE_LANGUAGES = array( 'kr' => 'Korean', 'lt' => 'Lithuanian', 'no' => 'Norwegian', + 'pl' => 'Polish', 'pt' => 'Portuguese', + 'fa' => 'Persian', 'sr' => 'Serbian', 'sk' => 'Slovak', 'sl' => 'Slovenian', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
