From f7f8de748ddafebbf3f136c321a555671429b2a4 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 28 Nov 2022 09:37:48 +1300 Subject: [PATCH] Default to supporting partial locales --- settings/Localization.setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 19e0be3164..c18312366a 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -415,7 +415,7 @@ return [ 'name' => 'partial_locales', 'type' => 'Boolean', 'quick_form_type' => 'YesNo', - 'default' => '0', + 'default' => '1', 'add' => '5.54', 'title' => ts('Partial Locales'), 'is_domain' => 1, -- 2.25.1