Changeset 2894
- Timestamp:
- 06/24/2008 02:36:22 PM (5 months ago)
- Files:
-
- 1 modified
-
branches/website/application/config/locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/config/locale.php
r2857 r2894 6 6 $config['tlds'] = array 7 7 ( 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', 16 17 );
