[lang] Added Greek (el) + cleanups relating to translate

This commit is contained in:
Rushabh Mehta 2013-09-05 19:24:38 +05:30
parent ce4be997ab
commit 73af55ac81

View File

@ -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",