docs: fix simple typo, transaltion -> translation (#12136)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
parent
dfc5fb3b5d
commit
f54ec2ba11
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ def get_full_dict(lang):
|
|||
frappe.local.lang_full_dict = load_lang(lang)
|
||||
|
||||
try:
|
||||
# get user specific transaltion data
|
||||
# get user specific translation data
|
||||
user_translations = get_user_translations(lang)
|
||||
frappe.local.lang_full_dict.update(user_translations)
|
||||
except Exception:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue