maposmatic-dev
[Top][All Lists]
Advanced

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

[Maposmatic-dev] [PATCH] Add tr_TR to the list of map languages


From: Thomas Petazzoni
Subject: [Maposmatic-dev] [PATCH] Add tr_TR to the list of map languages
Date: Sat, 28 Apr 2012 00:20:57 +0200

Signed-off-by: Thomas Petazzoni <address@hidden>
---
 www/settings.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/www/settings.py b/www/settings.py
index 817a84e..1eab77b 100644
--- a/www/settings.py
+++ b/www/settings.py
@@ -223,6 +223,7 @@ MAP_LANGUAGES = [
     ("ar_YE.UTF-8", u"اليَمَن (AR)"),
     ("en_ZA.UTF-8", u"South Africa (EN)"),
     ("en_ZW.UTF-8", u"Zimbabwe (EN)"),
+    ("tr_TR.UTF-8", u"Türkçe (TR)"),
 ]
 
 MAP_LANGUAGES.sort(lambda x, y: cmp(x[1], y[1]))
-- 
1.7.5.4




reply via email to

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