Skip to content

Commit

Permalink
New translation: Polish (Informal)
Browse files Browse the repository at this point in the history
New translation: Kyrgyz
  • Loading branch information
c-schmitz committed May 20, 2015
1 parent 797ea7a commit 8e68884
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions application/helpers/surveytranslator_helper.php
Expand Up @@ -388,10 +388,16 @@ function getLanguageData($bOrderByNative=false,$sLanguageCode='en') {
$supportedLanguages['ckb']['description'] = gT('Kurdish (Sorani)');
$supportedLanguages['ckb']['nativedescription'] = 'کوردیی ناوەندی';
$supportedLanguages['ckb']['rtl'] = true;
$supportedLanguages['ckb']['dateformat'] = 1;
$supportedLanguages['ckb']['dateformat'] = 1;
$supportedLanguages['ckb']['radixpoint'] = 1;


// Kyrgyz
$supportedLanguages['ky']['description'] = $clang->gT('Kyrgyz');
$supportedLanguages['ky']['nativedescription'] = 'Кыргызча';
$supportedLanguages['ky']['rtl'] = false;
$supportedLanguages['ky']['dateformat'] = 1;
$supportedLanguages['ky']['radixpoint'] = 1;

// Lithuanian
$supportedLanguages['lt']['description'] = gT('Lithuanian');
$supportedLanguages['lt']['nativedescription'] = 'Lietuvių';
Expand Down Expand Up @@ -497,6 +503,13 @@ function getLanguageData($bOrderByNative=false,$sLanguageCode='en') {
$supportedLanguages['pl']['dateformat'] = 1;
$supportedLanguages['pl']['radixpoint'] = 1;

// Polish
$supportedLanguages['pl']['description'] = $clang->gT('Polish (Informal)');
$supportedLanguages['pl']['nativedescription'] = 'Polski (nieformalny)';
$supportedLanguages['pl']['rtl'] = false;
$supportedLanguages['pl']['dateformat'] = 1;
$supportedLanguages['pl']['radixpoint'] = 1;

// Portuguese
$supportedLanguages['pt']['description'] = gT('Portuguese');
$supportedLanguages['pt']['nativedescription'] = 'Português';
Expand Down
Empty file.
Empty file added locale/ky/LC_MESSAGES/ky.mo
Empty file.
Empty file added locale/ky/index.html
Empty file.
Empty file.
Empty file.
Empty file added locale/pl-informal/index.html
Empty file.

0 comments on commit 8e68884

Please sign in to comment.