docs: fix simple typo, transaltion -> translation (#12136)

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
Tim Gates 2021-01-05 22:48:09 +11:00 committed by GitHub
parent dfc5fb3b5d
commit f54ec2ba11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: