From b74ca9f2e02f55753831f1a8a00793372c5e74f8 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Tue, 25 Oct 2022 23:51:29 +0200 Subject: [PATCH] Add setting to show menu items in alternative language (#1063) Use case: not all menus are translated for the current language. Allow menus to be shown in the first available language. False by default = menus require translation to be shown. --- admin/qtx_admin_settings.php | 7 +++++++ qtranslate_frontend.php | 15 +++++++++------ qtranslate_options.php | 1 + 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/admin/qtx_admin_settings.php b/admin/qtx_admin_settings.php index f163df0b..c010a0eb 100644 --- a/admin/qtx_admin_settings.php +++ b/admin/qtx_admin_settings.php @@ -402,6 +402,13 @@ private function add_general_section() {


+ +
+

+