Changeset 2894

Show
Ignore:
Timestamp:
06/24/2008 02:36:22 PM (5 months ago)
Author:
Shadowhand
Message:

Added .com.br to the translated site list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/config/locale.php

    r2857 r2894  
    66$config['tlds'] = array 
    77( 
    8         'com' => 'en_US', 
    9         'de'  => 'de_DE', 
    10         'es'  => 'es_ES', 
    11         'fr'  => 'fr_FR', 
    12         'it'  => 'it_IT', 
    13         'nl'  => 'nl_NL', 
    14         'pl'  => 'pl_PL', 
    15         'ru'  => 'ru_RU', 
     8        'com'    => 'en_US', 
     9        'com.br' => 'pt_BR' 
     10        'de'     => 'de_DE', 
     11        'es'     => 'es_ES', 
     12        'fr'     => 'fr_FR', 
     13        'it'     => 'it_IT', 
     14        'nl'     => 'nl_NL', 
     15        'pl'     => 'pl_PL', 
     16        'ru'     => 'ru_RU', 
    1617);