- Timestamp:
- 06/22/2011 12:04:26 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/core/constants.php
r576 r638 50 50 'eu' => 'Basque,Euskara,basque,', 51 51 'be' => 'Belarusian,ÐелаÑÑÑкаÑ,by,', 52 'bn' => 'Bengali,àŠ¬àŠŸàŠàŠ²àŠŸ,bd,bn_BD', 52 53 'bg' => 'Bulgarian,ÐÑлгаÑÑкО,bg,bg_BG', 53 54 'ca' => 'Catalan,Català ,catalonia,', … … 66 67 'de' => 'German,Deutsch,de,de_DE', 67 68 'el' => 'Greek,ÎλληΜικά,gr,', 69 'gu' => 'Gujarati,àªà«àªàª°àªŸàª€à«,in,', 68 70 'ht' => 'Haitian,Kreyòl ayisyen,ht,', 69 71 'he' => 'Hebrew,×¢×ך×ת,il,he_IL', … … 75 77 'it' => 'Italian,Italiano,it,it_IT', 76 78 'ja' => 'Japanese,æ¥æ¬èª,jp,', 79 'kn' => 'Kannada,à²à²šà³à²šà²¡,in,', 77 80 'ko' => 'Korean,ì°ëЬë§,kr,ko_KR', 78 81 'la' => 'Latin,LatÄ«na,va,', … … 95 98 'sv' => 'Swedish,Svenska,se,sv_SE', 96 99 'tl' => 'Tagalog,Tagalog,ph,', // fhilipino 100 'ta' => 'Tamil,஀மிஎà¯,lk,ta_LK', 101 'te' => 'Telugu,à°€à±à°²à±à°à±,in,', 97 102 'th' => 'Thai,àž àž²àž©àž²à¹àžàž¢,th,', 98 103 'tr' => 'Turkish,TÃŒrkçe,tr,tr_TR', … … 110 115 // $google_languages = array('en', 'af', 'sq', 'ar', 'hy', 'az', 'eu', 'be', 'bg', 'ca', 'zh', 'zh-tw', 'hr', 'cs', 'da', 'nl', 'et', 'fi', 'fr', 'gl', 'ka', 'de', 'el', 'ht', 'he', 'hi', 'hu', 'id', 'it', 'is', 'ga', 'ja', 'ko', 'lv', 'lt', 'mk', 'ms', 'mt', 'no', 'fa', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'sl', 'es', 'sw', 'sv', 'tl', 'th', 'tr', 'uk', 'ur', 'vi', 'cy', 'yi'); 111 116 public static $google_languages = array('en', 'af', 'sq', 'ar', 'be', 'bg', 'ca', 'zh', 'zh-tw', 'hr', 'cs', 'da', 'nl', 'et', 'fi', 'fr', 'gl', 'de', 'el', 'ht', 'he', 'hi', 'hu', 'id', 'it', 'is', 'ga', 'ja', 'ko', 'lv', 'lt', 'mk', 'ms', 'mt', 'no', 'fa', 'pl', 'pt', 'ro', 'ru', 'sr', 'sk', 'sl', 'es', 'sw', 'sv', 'tl', 'th', 'tr', 'uk', 'vi', 'cy', 'yi'); 112 public static $google_proxied_languages = array('hy', 'az', 'eu', 'ka', 'la', 'ur' );117 public static $google_proxied_languages = array('hy', 'az', 'eu', 'ka', 'la', 'ur', 'ta', 'te', 'kn', 'bn', 'gu'); 113 118 // Bing supported languages 114 119 // (got this using Microsoft.Translator.GetLanguages() - fixed to match our codes) … … 119 124 public static $apertium_languages = array('eo'); 120 125 121 // Array for holding po domains we have problems with126 // Array for holding po domains we have problems with 122 127 public static $ignored_po_domains = array('MailPress'); 123 128 … … 346 351 */ 347 352 348 /* List of unused wordpress locales (27-Aug-2010) 349 # bn_BD/ Bengali 353 /* List of unused wordpress locales (22-Jun-2011) 350 354 # bs_BA/ Bosnian 351 355 # ckb/ Kurdish … … 362 366 # / 363 367 # kea/ ?? 364 # kn/365 368 # / 366 369 # ky_KY/
Note: See TracChangeset
for help on using the changeset viewer.
