fr_FR/dictionaries.xcu |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 6ec44b0eb1779af3b4ef5f4e34d7caf4f8f288a9
Author:     Julien Nabet <[email protected]>
AuthorDate: Sun Jul 5 13:38:06 2026 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Sun Jul 5 13:40:59 2026 +0200

    Fix regression from fe691977c619b2ca764531b3507e83fab4732651
    
    See console log:
    
warn:lingucomponent:89424:89424:lingucomponent/source/spellcheck/spell/sspellimp.cxx:172:
 missing 
<file:///home/julien/lo/libreoffice/instdir/program/../share/extensions/dict-fr/dictionaries/fr.aff>
    
    Change-Id: Ie561be8af15a70285c8e139a96e41d0597ce961d
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/207644
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/fr_FR/dictionaries.xcu b/fr_FR/dictionaries.xcu
index 140b050..7e40490 100644
--- a/fr_FR/dictionaries.xcu
+++ b/fr_FR/dictionaries.xcu
@@ -4,7 +4,7 @@
     <node oor:name="Dictionaries">
         <node oor:name="HunSpellDic_fr" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/fr.aff 
%origin%/dictionaries/fr.dic</value>
+                <value>%origin%/fr.aff %origin%/fr.dic</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_SPELL</value>
@@ -17,7 +17,7 @@
         </node>
         <node oor:name="HyphDic_fr" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/hyph_fr.dic</value>
+                <value>%origin%/hyph_fr.dic</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_HYPH</value>
@@ -28,7 +28,7 @@
         </node>
         <node oor:name="ThesDic_fr" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/thes_fr.dat 
%origin%/dictionaries/thes_fr.idx</value>
+                <value>%origin%/thes_fr.dat %origin%/thes_fr.idx</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_THES</value>

Reply via email to