diff --git a/src/services/hidden_subtree.ts b/src/services/hidden_subtree.ts index 7d2da744d..9b07010c5 100644 --- a/src/services/hidden_subtree.ts +++ b/src/services/hidden_subtree.ts @@ -275,6 +275,7 @@ function buildHiddenSubtreeDefinition(helpSubtree: HiddenSubtreeItem[]): HiddenS { id: "_optionsBackup", title: t("hidden-subtree.backup-title"), type: "contentWidget", icon: "bx-data" }, { id: "_optionsSync", title: t("hidden-subtree.sync-title"), type: "contentWidget", icon: "bx-wifi" }, { id: "_optionsOther", title: t("hidden-subtree.other"), type: "contentWidget", icon: "bx-dots-horizontal" }, + { id: "_optionsLocalization", title: t("hidden-subtree.localization"), type: "contentWidget", icon: "bx-world" }, { id: "_optionsAdvanced", title: t("hidden-subtree.advanced-title"), type: "contentWidget" } ] }, diff --git a/translations/en/server.json b/translations/en/server.json index 1a504d2ec..308058ac8 100644 --- a/translations/en/server.json +++ b/translations/en/server.json @@ -244,7 +244,8 @@ "other": "Other", "advanced-title": "Advanced", "visible-launchers-title": "Visible Launchers", - "user-guide": "User Guide" + "user-guide": "User Guide", + "localization": "Localization" }, "notes": { "new-note": "New note",