[damned-lies] Enable Belarusian translation.



commit b97065dfc3906ab82b118c1f54b82b2268a387bb
Author: Ihar Hrachyshka <ihar hrachyshka gmail com>
Date:   Sat Nov 12 14:04:03 2011 +0300

    Enable Belarusian translation.

 settings.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/settings.py b/settings.py
index 5843314..1b5e619 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
+    ('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]