From 73701223bf7726b505078bb30e103e5a7d2edbc0 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 20 May 2015 09:36:15 +0200 Subject: [PATCH] New translation: Polish (Informal) New translation: Kyrgyz --- application/helpers/surveytranslator_helper.php | 17 +++++++++++++++-- locale/ky/LC_MESSAGES/index.html | 0 locale/ky/LC_MESSAGES/ky.mo | 0 locale/ky/index.html | 0 locale/pl-informal/LC_MESSAGES/index.html | 0 locale/pl-informal/LC_MESSAGES/pl-informal.mo | 0 locale/pl-informal/index.html | 0 7 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 locale/ky/LC_MESSAGES/index.html create mode 100644 locale/ky/LC_MESSAGES/ky.mo create mode 100644 locale/ky/index.html create mode 100644 locale/pl-informal/LC_MESSAGES/index.html create mode 100644 locale/pl-informal/LC_MESSAGES/pl-informal.mo create mode 100644 locale/pl-informal/index.html diff --git a/application/helpers/surveytranslator_helper.php b/application/helpers/surveytranslator_helper.php index 404b4278899..fc806276bf6 100644 --- a/application/helpers/surveytranslator_helper.php +++ b/application/helpers/surveytranslator_helper.php @@ -389,10 +389,16 @@ function getLanguageData($bOrderByNative=false,$sLanguageCode='en') { $supportedLanguages['ckb']['description'] = $clang->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'] = $clang->gT('Lithuanian'); $supportedLanguages['lt']['nativedescription'] = 'Lietuvių'; @@ -498,6 +504,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'] = $clang->gT('Portuguese'); $supportedLanguages['pt']['nativedescription'] = 'Português'; diff --git a/locale/ky/LC_MESSAGES/index.html b/locale/ky/LC_MESSAGES/index.html new file mode 100644 index 00000000000..e69de29bb2d diff --git a/locale/ky/LC_MESSAGES/ky.mo b/locale/ky/LC_MESSAGES/ky.mo new file mode 100644 index 00000000000..e69de29bb2d diff --git a/locale/ky/index.html b/locale/ky/index.html new file mode 100644 index 00000000000..e69de29bb2d diff --git a/locale/pl-informal/LC_MESSAGES/index.html b/locale/pl-informal/LC_MESSAGES/index.html new file mode 100644 index 00000000000..e69de29bb2d diff --git a/locale/pl-informal/LC_MESSAGES/pl-informal.mo b/locale/pl-informal/LC_MESSAGES/pl-informal.mo new file mode 100644 index 00000000000..e69de29bb2d diff --git a/locale/pl-informal/index.html b/locale/pl-informal/index.html new file mode 100644 index 00000000000..e69de29bb2d