Setup Wizard: clear cache on language change

This commit is contained in:
Anand Doshi 2014-05-22 22:52:36 +05:30
parent e35a1025c9
commit 69e4b16817

View File

@ -413,6 +413,7 @@ def create_territories():
@frappe.whitelist()
def load_messages(language):
frappe.clear_cache()
lang = get_lang_dict()[language]
frappe.local.lang = lang
m = get_dict("page", "setup-wizard")