commit | 10c5ed8a3c337b152a7ab1b84c4712d94262ebe1 | [log] [tgz] |
---|---|---|
author | Raffael Meyer <14891507+barredterra@users.noreply.github.com> | Tue Apr 09 01:55:20 2024 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 08 23:55:20 2024 +0000 |
tree | af5871e27682735b420dde49752d7008190da19f | |
parent | b02d5a226cea198322fe871dcd76b3fe01ec5109 [diff] |
fix: make help items translatable (#40913)
diff --git a/erpnext/setup/install.py b/erpnext/setup/install.py index ca065be..9ad6b99 100644 --- a/erpnext/setup/install.py +++ b/erpnext/setup/install.py
@@ -142,6 +142,11 @@ def add_standard_navbar_items(): navbar_settings = frappe.get_single("Navbar Settings") + # Translatable strings for below navbar items + __ = _("Documentation") + __ = _("User Forum") + __ = _("Report an Issue") + erpnext_navbar_items = [ { "item_label": "Documentation",