Skip to content

Commit

Permalink
Fixed issue: Renamed Valencian translation to correct term
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Aug 3, 2020
1 parent dd7b7ae commit 1ae7e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/surveytranslator_helper.php
Expand Up @@ -152,8 +152,8 @@ function getLanguageData($bOrderByNative = false, $sLanguageCode = 'en')
$supportedLanguages['bg']['momentjs'] = 'bg';

// Catalan
$supportedLanguages['ca-valencia']['description'] = gT('Catalan (Valencian)');
$supportedLanguages['ca-valencia']['nativedescription'] = 'Català (Valencià)';
$supportedLanguages['ca-valencia']['description'] = gT('Valencian');
$supportedLanguages['ca-valencia']['nativedescription'] = 'Valenciano';
$supportedLanguages['ca-valencia']['rtl'] = false;
$supportedLanguages['ca-valencia']['dateformat'] = 1;
$supportedLanguages['ca-valencia']['radixpoint'] = 1;
Expand Down

0 comments on commit 1ae7e78

Please sign in to comment.