Changeset 638 for trunk


Ignore:
Timestamp:
06/22/2011 12:04:26 PM (11 months ago)
Author:
ofer
Message:

Added 5 new Indic languages by google translate - Bengali, Gujarati, Kannada, Tamil and Telugu. Those are alpha languages and therefor use the google proxy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/core/constants.php

    r576 r638  
    5050        'eu' => 'Basque,Euskara,basque,', 
    5151        'be' => 'Belarusian,Беларуская,by,', 
     52        'bn' => 'Bengali,àŠ¬àŠŸàŠ‚àŠ²àŠŸ,bd,bn_BD', 
    5253        'bg' => 'Bulgarian,БългарскО,bg,bg_BG', 
    5354        'ca' => 'Catalan,Català,catalonia,', 
     
    6667        'de' => 'German,Deutsch,de,de_DE', 
    6768        'el' => 'Greek,ΕλληΜικά,gr,', 
     69        'gu' => 'Gujarati,ગુજરટ઀ી,in,', 
    6870        'ht' => 'Haitian,Kreyòl ayisyen,ht,', 
    6971        'he' => 'Hebrew,עבךית,il,he_IL', 
     
    7577        'it' => 'Italian,Italiano,it,it_IT', 
    7678        'ja' => 'Japanese,日本語,jp,', 
     79        'kn' => 'Kannada,ಕಚ್ಚಡ,in,', 
    7780        'ko' => 'Korean,우늬말,kr,ko_KR', 
    7881        'la' => 'Latin,LatÄ«na,va,', 
     
    9598        'sv' => 'Swedish,Svenska,se,sv_SE', 
    9699        'tl' => 'Tagalog,Tagalog,ph,', // fhilipino 
     100        'ta' => 'Tamil,஀மிஎ்,lk,ta_LK', 
     101        'te' => 'Telugu,ఀెలుగు,in,', 
    97102        'th' => 'Thai,àž àž²àž©àž²à¹„àž—àž¢,th,', 
    98103        'tr' => 'Turkish,TÃŒrkçe,tr,tr_TR', 
     
    110115    // $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'); 
    111116    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'); 
    113118    // Bing supported languages 
    114119    // (got this using Microsoft.Translator.GetLanguages() - fixed to match our codes) 
     
    119124    public static $apertium_languages = array('eo'); 
    120125 
    121 // Array for holding po domains we have problems with 
     126    // Array for holding po domains we have problems with 
    122127    public static $ignored_po_domains = array('MailPress'); 
    123128 
     
    346351 */ 
    347352 
    348 /* List of unused wordpress locales (27-Aug-2010) 
    349   # bn_BD/ Bengali 
     353/* List of unused wordpress locales (22-Jun-2011) 
    350354  # bs_BA/ Bosnian 
    351355  # ckb/ Kurdish 
     
    362366  # / 
    363367  # kea/ ?? 
    364   # kn/ 
    365368  # / 
    366369  # ky_KY/ 
Note: See TracChangeset for help on using the changeset viewer.