maposmatic-dev
[Top][All Lists]
Advanced

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

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


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

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

diff --git a/ocitysmap/i18n.py b/ocitysmap/i18n.py
index 54d1575..3b3f5e4 100644
--- a/ocitysmap/i18n.py
+++ b/ocitysmap/i18n.py
@@ -121,6 +121,9 @@ class i18n_generic(i18n):
 language_map = { # 'code_CODE.UTF-8': i18n_template_code_CODE(), # example for
                                                                  # new language
                  'fr_FR.UTF-8': i18n_fr_generic('fr_FR.UTF-8'),
+                 'fr_CA.UTF-8': i18n_fr_generic('fr_CA.UTF-8'),
+                 'fr_CH.UTF-8': i18n_fr_generic('fr_CH.UTF-8'),
+                 'fr_LU.UTF-8': i18n_fr_generic('fr_LU.UTF-8'),
                  'en_GB.UTF-8': i18n_generic('en_GB.UTF-8'),
                  'fr_BE.UTF-8': i18n_fr_generic('fr_BE.UTF-8'),
                  'de_BE.UTF-8': i18n_generic('de_BE.UTF-8'),
-- 
1.6.3.3





reply via email to

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