maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH maposmatic] Add Croatian support on Django front


From: David MENTRE
Subject: [Maposmatic-dev] [PATCH maposmatic] Add Croatian support on Django front-end
Date: Wed, 20 Jan 2010 23:04:28 +0100

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

diff --git a/www/settings.py b/www/settings.py
index cc5c1b6..1f8eff4 100644
--- a/www/settings.py
+++ b/www/settings.py
@@ -151,6 +151,7 @@ MAP_LANGUAGES = [("fr_BE.UTF-8", u"Royaume de Belgique 
(FR)"),
                  ("ca_FR.UTF-8", u"França (CA)"),
                  ("pt_BR.UTF-8", u"Brasil (PT)"),
                  ("da_DK.UTF-8", u"Danmark (DA)"),
+                 ("hr_HR.UTF-8", u"Republika Hrvatska"),
                  # "C" must be the last entry
                  ("C", _(u"No localization"))]
 
-- 
1.6.0.4





reply via email to

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