fixed conflict while merging develop into v5

This commit is contained in:
Nabin Hait
2014-12-31 13:24:36 +05:30
43 changed files with 5821 additions and 5738 deletions

View File

@@ -439,4 +439,6 @@ def load_messages(language):
send_translations(m)
return lang
@frappe.whitelist()
def load_languages():
return sorted(get_lang_dict().keys())