Skip to content

Commit

Permalink
fix: make help items translatable (#40913)
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Apr 8, 2024
1 parent b02d5a2 commit 10c5ed8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions erpnext/setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ def add_company_to_session_defaults():
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",
Expand Down

0 comments on commit 10c5ed8

Please sign in to comment.