pt_PT/dictionaries.xcu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit d6160c5e006089c711f3fec6eb4e2ade60a4150c Author: Olivier Hallot <[email protected]> AuthorDate: Wed Nov 11 11:17:19 2020 -0300 Commit: Caolán McNamara <[email protected]> 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
