[damned-lies] Add Friulian in available languages



commit 3d5ecce55ebb0e7a60e6b47fc2ffc877eefd2ba4
Author: Claude Paroz <claude 2xlibre net>
Date:   Tue Apr 4 13:50:59 2017 +0200

    Add Friulian in available languages
    
    Needed as Friulian has no translations for Django.

 damnedlies/settings.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/damnedlies/settings.py b/damnedlies/settings.py
index db11e2c..8abf61c 100644
--- a/damnedlies/settings.py
+++ b/damnedlies/settings.py
@@ -46,6 +46,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
+    ('fur', gettext_noop('Friulian')),
     ('gu', gettext_noop('Gujarati')),
     ('ku', gettext_noop('Kurdish')),
 ]


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