From bd6b0c429331986dcd7b6b8bee685c6d49d835c1 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 27 Aug 2014 13:14:20 +0200 Subject: [PATCH] New translation: Kazakh --- application/helpers/surveytranslator_helper.php | 7 +++++++ locale/kk/LC_MESSAGES/index.html | 0 locale/kk/LC_MESSAGES/kk.mo | 0 locale/kk/index.html | 0 4 files changed, 7 insertions(+) create mode 100644 locale/kk/LC_MESSAGES/index.html create mode 100644 locale/kk/LC_MESSAGES/kk.mo create mode 100644 locale/kk/index.html diff --git a/application/helpers/surveytranslator_helper.php b/application/helpers/surveytranslator_helper.php index 9aefb865a06..404b4278899 100644 --- a/application/helpers/surveytranslator_helper.php +++ b/application/helpers/surveytranslator_helper.php @@ -364,6 +364,13 @@ function getLanguageData($bOrderByNative=false,$sLanguageCode='en') { $supportedLanguages['ja']['dateformat'] = 6; $supportedLanguages['ja']['radixpoint'] = 0; + // Kazakh + $supportedLanguages['kk']['description'] = $clang->gT('Kazakh'); + $supportedLanguages['kk']['nativedescription'] = 'Qazaqşa'; + $supportedLanguages['kk']['rtl'] = false; + $supportedLanguages['kk']['dateformat'] = 1; + $supportedLanguages['kk']['radixpoint'] = 1; + // Kinyarwanda $supportedLanguages['rw']['description'] = $clang->gT('Kinyarwanda'); $supportedLanguages['rw']['nativedescription'] = 'Kinyarwanda'; diff --git a/locale/kk/LC_MESSAGES/index.html b/locale/kk/LC_MESSAGES/index.html new file mode 100644 index 00000000000..e69de29bb2d diff --git a/locale/kk/LC_MESSAGES/kk.mo b/locale/kk/LC_MESSAGES/kk.mo new file mode 100644 index 00000000000..e69de29bb2d diff --git a/locale/kk/index.html b/locale/kk/index.html new file mode 100644 index 00000000000..e69de29bb2d