maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH] maposmatic: add support for all French-speaking


From: David MENTRE
Subject: [Maposmatic-dev] [PATCH] maposmatic: add support for all French-speaking countries
Date: Mon, 21 Dec 2009 12:08:17 +0100

---
 www/settings.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/www/settings.py b/www/settings.py
index 50a93be..053cb1e 100644
--- a/www/settings.py
+++ b/www/settings.py
@@ -109,6 +109,9 @@ LANGUAGES = (("fr", u"Français"),
              ("de", u"Deutsch"))
 
 MAP_LANGUAGES = (("fr_FR.UTF-8", u"France"),
+                 ("fr_CA.UTF-8", u"Canada (FR)"),
+                 ("fr_CH.UTF-8", u"Suisse (FR)"),
+                 ("fr_LU.UTF-8", u"Luxembourg (FR)"),
                  ("en_GB.UTF-8", u"United Kingdom"),
                  ("fr_BE.UTF-8", u"Royaume de Belgique (FR)"),
                  ("de_BE.UTF-8", u"Königreich Belgien (DE)"),
-- 
1.6.3.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]