Skip to content

Commit

Permalink
Fixed issue #6178: es-CL is listed as Spanish (Mexico) instead of Spa…
Browse files Browse the repository at this point in the history
…nish (Chile)
  • Loading branch information
c-schmitz committed Jun 9, 2012
1 parent 2692451 commit 5c61eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/core/surveytranslator.php
Expand Up @@ -539,7 +539,7 @@ function getLanguageData($orderbynative=false) {
$supportedLanguages['es']['radixpoint'] = 1;

// Spanish (Chile)
$supportedLanguages['es-CL']['description'] = $clang->gT('Spanish (Mexico)');
$supportedLanguages['es-CL']['description'] = $clang->gT('Spanish (Chile)');
$supportedLanguages['es-CL']['nativedescription'] = 'Español chileno';
$supportedLanguages['es-CL']['rtl'] = false;
$supportedLanguages['es-CL']['dateformat'] = 5;
Expand Down

0 comments on commit 5c61eaf

Please sign in to comment.