diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-11-11 11:17:19 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-11-11 16:20:26 +0100 |
commit | d6160c5e006089c711f3fec6eb4e2ade60a4150c (patch) | |
tree | cde0c3586dd603174affb734bc1c449299cbf11a | |
parent | 79fa1eebb4d852b0e933eef52e2d69da3bc850de (diff) |
Fix paths for pt_PT dict
Change-Id: I388ec82040aec9ad6a6454e9cc770ba0dc1be011
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/105597
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | pt_PT/dictionaries.xcu | 6 |
1 files changed, 3 insertions, 3 deletions
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> |