officecfg/registry/data/org/openoffice/Setup.xcu |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit fa7da09ad4afef8d6ae2dc809c5b9f059a9974b1
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Mon Sep 12 23:41:22 2022 +0200
Commit:     Gabor Kelemen <kelem...@ubuntu.com>
CommitDate: Tue Sep 13 17:08:08 2022 +0200

    Migration: move L10N settings as well
    
    This is needed to keep UI language/locale settings
    Without this the language settings were reset to
    OS defaults in our rebranded version
    
    Change-Id: I6c09370e0053cf5171e0ac959429ac7cef5261b9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139821
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <kelem...@ubuntu.com>

diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu 
b/officecfg/registry/data/org/openoffice/Setup.xcu
index 601efb5098df..dacedf277f93 100644
--- a/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -966,7 +966,10 @@
           </node>
           <node oor:name="Setup" oor:op="replace">
             <prop oor:name="IncludedNodes">
-              <value>/org.openoffice.Setup/Office/Factories</value>
+              <value>
+              <it>/org.openoffice.Setup/Office/Factories</it>
+              <it>/org.openoffice.Setup/L10N</it>
+              </value>
             </prop>
           </node>
           <node oor:name="UI" oor:op="replace">

Reply via email to