mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-29 06:38:24 +00:00
[fix] In Setup Wizard, load languages from languages.txt
This commit is contained in:
@@ -434,4 +434,6 @@ def load_messages(language):
|
||||
send_translations(m)
|
||||
return lang
|
||||
|
||||
|
||||
@frappe.whitelist()
|
||||
def load_languages():
|
||||
return sorted(get_lang_dict().keys())
|
||||
|
||||
Reference in New Issue
Block a user