[Libreoffice-commits] dictionaries.git: pt_PT/dictionaries.xcu

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 11 15:20:47 UTC 2020


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

New commits:
commit d6160c5e006089c711f3fec6eb4e2ade60a4150c
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Nov 11 11:17:19 2020 -0300
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Nov 11 16:20:26 2020 +0100

    Fix paths for pt_PT dict
    
    Change-Id: I388ec82040aec9ad6a6454e9cc770ba0dc1be011
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/105597
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/pt_PT/dictionaries.xcu b/pt_PT/dictionaries.xcu
index d2e0e68..a481039 100644
--- a/pt_PT/dictionaries.xcu
+++ b/pt_PT/dictionaries.xcu
@@ -4,7 +4,7 @@
      <node oor:name="Dictionaries">
         <node oor:name="HunSpellDic_pt_PT" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/pt_PT.aff %origin%/dictionaries/pt_PT.dic</value>
+                <value>%origin%/pt_PT.aff %origin%/pt_PT.dic</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_SPELL</value>
@@ -16,7 +16,7 @@
 
         <node oor:name="HyphDic_pt_PT" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/hyph_pt_PT.dic</value>
+                <value>%origin%/hyph_pt_PT.dic</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_HYPH</value>
@@ -28,7 +28,7 @@
 
         <node oor:name="ThesDic_pt_PT" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
-                <value>%origin%/dictionaries/th_pt_PT.dat %origin%/dictionaries/th_pt_PT.idx</value>
+                <value>%origin%/th_pt_PT.dat %origin%/th_pt_PT.idx</value>
             </prop>
             <prop oor:name="Format" oor:type="xs:string">
                 <value>DICT_THES</value>


More information about the Libreoffice-commits mailing list