Skip to content

Commit

Permalink
Added language support for: Malay
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8420 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Jure Cuhalev committed Feb 21, 2010
1 parent e323723 commit ec12bb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions classes/core/surveytranslator.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,12 @@ function getLanguageData() {
$supportedLanguages['mk']['nativedescription'] = 'Македонски';
$supportedLanguages['mk']['rtl'] = false;
$supportedLanguages['mk']['dateformat'] = 1;

// Malay
$supportedLanguages['ms']['description'] = $clang->gT('Malay');
$supportedLanguages['ms']['nativedescription'] = 'Bahasa Melayu';
$supportedLanguages['ms']['rtl'] = false;
$supportedLanguages['ms']['dateformat'] = 1;

// Norwegian Bokmal
$supportedLanguages['nb']['description'] = $clang->gT('Norwegian (Bokmal)');
Expand Down

0 comments on commit ec12bb8

Please sign in to comment.