Skip to content

Commit

Permalink
Fixed issue: Kurdish (Kurmanji) is shown as RTL language but it is LTR
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 28, 2022
1 parent 77f5e93 commit d952cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/surveytranslator_helper.php
Expand Up @@ -543,7 +543,7 @@ function getLanguageData($bOrderByNative = false, $sLanguageCode = 'en')
// Kurdish (Kurmanji)
$supportedLanguages['kmr']['description'] = gT('Kurdish (Kurmanji)');
$supportedLanguages['kmr']['nativedescription'] = 'Kurmancî';
$supportedLanguages['kmr']['rtl'] = true;
$supportedLanguages['kmr']['rtl'] = false;
$supportedLanguages['kmr']['dateformat'] = 1;
$supportedLanguages['kmr']['radixpoint'] = 1;
$supportedLanguages['kmr']['cldr'] = 'ku';
Expand Down

0 comments on commit d952cd8

Please sign in to comment.