Skip to content

Commit

Permalink
New translation: Cebuano
Browse files Browse the repository at this point in the history
New translation: Ilocano
New translation: Hiligaynon
  • Loading branch information
c-schmitz committed Sep 7, 2021
1 parent 1a37e64 commit 3b7ef05
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions application/helpers/surveytranslator_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@ function getLanguageData($bOrderByNative = false, $sLanguageCode = 'en')
$supportedLanguages['ca']['radixpoint'] = 1;
$supportedLanguages['ca']['momentjs'] = 'ca';

// Cebuano
$supportedLanguages['ceb']['description'] = gT('Cebuano');
$supportedLanguages['ceb']['nativedescription'] = 'Cebuano';
$supportedLanguages['ceb']['rtl'] = false;
$supportedLanguages['ceb']['dateformat'] = 1;
$supportedLanguages['ceb']['radixpoint'] = 1;

// Chichewa
$supportedLanguages['ny']['description'] = gT('Chichewa');
$supportedLanguages['ny']['nativedescription'] = 'Chichewa';
Expand Down Expand Up @@ -404,6 +411,13 @@ function getLanguageData($bOrderByNative = false, $sLanguageCode = 'en')
$supportedLanguages['hi']['radixpoint'] = 0;
$supportedLanguages['hi']['momentjs'] = 'hi';

// Hiligaynon
$supportedLanguages['hil']['description'] = gT('Hiligaynon');
$supportedLanguages['hil']['nativedescription'] = 'Ilonggo';
$supportedLanguages['hil']['rtl'] = false;
$supportedLanguages['hil']['dateformat'] = 1;
$supportedLanguages['hil']['radixpoint'] = 1;

// Hungarian
$supportedLanguages['hu']['description'] = gT('Hungarian');
$supportedLanguages['hu']['nativedescription'] = 'Magyar';
Expand Down Expand Up @@ -437,6 +451,13 @@ function getLanguageData($bOrderByNative = false, $sLanguageCode = 'en')
$supportedLanguages['ie']['cldr'] = 'ga';
$supportedLanguages['ie']['momentjs'] = 'ga';

// Hiligaynon
$supportedLanguages['ilo']['description'] = gT('Ilocano');
$supportedLanguages['ilo']['nativedescription'] = 'Ilokano';
$supportedLanguages['ilo']['rtl'] = false;
$supportedLanguages['ilo']['dateformat'] = 1;
$supportedLanguages['ilo']['radixpoint'] = 1;

// Italian
$supportedLanguages['it']['description'] = gT('Italian');
$supportedLanguages['it']['nativedescription'] = 'Italiano';
Expand Down
Empty file added locale/ceb/ceb.mo
Empty file.
Empty file added locale/ceb/index.html
Empty file.
Empty file added locale/hil/hil.mo
Empty file.
Empty file added locale/hil/index.html
Empty file.
Empty file added locale/ilo/ilo.mo
Empty file.
Empty file added locale/ilo/index.html
Empty file.

0 comments on commit 3b7ef05

Please sign in to comment.