Adding German translation

This commit is contained in:
billyfordson
2013-02-27 17:36:23 +01:00
parent 5c6fc62b9e
commit 9b352309c6
398 changed files with 9261 additions and 170 deletions

View File

@@ -23,6 +23,7 @@ import webnotes
lang_names = {
"हिंदी": "hi",
"deutsch": "de",
"english": "en",
"español": "es",
"français": "fr",
@@ -36,7 +37,7 @@ lang_names = {
"العربية":"ar"
}
lang_list = ["ar", "en", "hi", "es", "fr", "pt-BR", "pt", "nl", "hr", "th"]
lang_list = ["ar", "de", "en", "hi", "es", "fr", "pt-BR", "pt", "nl", "hr", "th"]
product_name = "ERPNext"
profile_defaults = {
@@ -67,4 +68,4 @@ def get_url():
if subdomain:
if "http" not in subdomain:
url = "http://" + subdomain
return url
return url