Skip to content

Commit

Permalink
New translation: Afrikaans
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrie de Vries committed May 1, 2012
1 parent 9278102 commit 65203f7
Show file tree
Hide file tree
Showing 3 changed files with 12,434 additions and 0 deletions.
7 changes: 7 additions & 0 deletions classes/core/surveytranslator.php
Expand Up @@ -152,6 +152,13 @@ function getLanguageData($orderbynative=false) {
if (isset($result[$orderbynative])) return $result[$orderbynative];

if (!isset($supportedLanguages)) {
// Afrikaans
$supportedLanguages['af']['description'] = $clang->gT('Afrikaans');
$supportedLanguages['af']['nativedescription'] = 'Afrikaans';
$supportedLanguages['af']['rtl'] = false;
$supportedLanguages['af']['dateformat'] = 2;
$supportedLanguages['af']['radixpoint'] = 1;

// Albanian
$supportedLanguages['sq']['description'] = $clang->gT('Albanian');
$supportedLanguages['sq']['nativedescription'] = 'Shqipe';
Expand Down
Binary file added locale/af/LC_MESSAGES/af.mo
Binary file not shown.

0 comments on commit 65203f7

Please sign in to comment.