[lang] Added Greek (el) + cleanups relating to translate
diff --git a/startup/__init__.py b/startup/__init__.py
index 9246b5e..dd46cbe 100644
--- a/startup/__init__.py
+++ b/startup/__init__.py
@@ -21,25 +21,6 @@
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",