[damned-lies] Add Afrikaans (af) as language without Django localisation



commit c81332a9944c57e90528e608bd59f042d0fc0cfe
Author: Friedel Wolff <friedel translate org za>
Date:   Wed Nov 16 15:48:43 2011 +0200

    Add Afrikaans (af) as language without Django localisation

 settings.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/settings.py b/settings.py
index 1b5e619..1425dcd 100644
--- a/settings.py
+++ b/settings.py
@@ -49,6 +49,7 @@ TIME_ZONE = 'Europe/Zurich'
 LANGUAGE_CODE = 'en-US'
 LANGUAGES = list(global_settings.LANGUAGES) + [
     # Add here languages with translations for D-L but not for Django
+    ('af', gettext_noop('Afrikaans')),
     ('be', gettext_noop('Belarusian')),
     ('eo', gettext_noop('Esperanto')),
     ('ku', gettext_noop('Kurdish')),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]