From 73af55ac812c6c0bc54acc1e7f38b3952a7fb9ff Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 5 Sep 2013 19:24:38 +0530 Subject: [PATCH] [lang] Added Greek (el) + cleanups relating to translate --- startup/__init__.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/startup/__init__.py b/startup/__init__.py index 9246b5ef85..dd46cbe7eb 100644 --- a/startup/__init__.py +++ b/startup/__init__.py @@ -21,25 +21,6 @@ from __future__ import unicode_literals import webnotes -lang_names = { - "हिंदी": "hi", - "deutsch": "de", - "english": "en", - "español": "es", - "français": "fr", - "português": "pt", - "português brasileiro": "pt-BR", - "nederlands": "nl", - "српски":"sr", - "தமிழ்": "ta", - "hrvatski": "hr", - "italiano": "it", - "ไทย": "th", - "العربية":"ar" -} - -lang_list = ["ar", "de", "en", "es", "fr", "hi", "hr", "it", "nl", "pt-BR", "pt", "th", "sr", "ta"] - product_name = "ERPNext" profile_defaults = { "Company": "company",