[damned-lies] Add Kurdish in settings.py as it is not included in Django itself (Fixes #662105)
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Add Kurdish in settings.py as it is not included in Django itself (Fixes #662105)
- Date: Tue, 18 Oct 2011 20:29:18 +0000 (UTC)
commit ca67c7f9cfb3ac43b9aef4e053209e04983978f0
Author: Claude Paroz <claude 2xlibre net>
Date: Tue Oct 18 22:28:45 2011 +0200
Add Kurdish in settings.py as it is not included in Django itself (Fixes #662105)
settings.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/settings.py b/settings.py
index 155fe07..5843314 100644
--- a/settings.py
+++ b/settings.py
@@ -49,7 +49,8 @@ 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
- ('eo', gettext_noop('Esperanto'))
+ ('eo', gettext_noop('Esperanto')),
+ ('ku', gettext_noop('Kurdish')),
]
SITE_ID = 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]