diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-09 22:42:34 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-09 22:42:34 +0100 |
commit | bdd76ca138ded701c4436ca09d6961009bc1114b (patch) | |
tree | 0c73594914b4f378fda780745a73efae225b4f08 /de/dictionaries.xcu | |
parent | efc0a1b9f3184ede1a1ebe5b2a2a8d00133aa92b (diff) |
fdo#56443 .dic and .aff name must be the same
Change-Id: I4fc7d51c25ac312995e203dba1a0dc41a39bb45a
Diffstat (limited to 'de/dictionaries.xcu')
-rw-r--r-- | de/dictionaries.xcu | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/de/dictionaries.xcu b/de/dictionaries.xcu index 08af198..0cccf05 100644 --- a/de/dictionaries.xcu +++ b/de/dictionaries.xcu @@ -4,8 +4,7 @@ <node oor:name="Dictionaries"> <node oor:name="HunSpellDic_de-AT_frami" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> - <!-- affix files are identical for all German variants --> - <value>%origin%/de_DE_frami.aff %origin%/de_AT_frami.dic</value> + <value>%origin%/de_AT_frami.aff %origin%/de_AT_frami.dic</value> </prop> <prop oor:name="Format" oor:type="xs:string"> <value>DICT_SPELL</value> @@ -16,8 +15,7 @@ </node> <node oor:name="HunSpellDic_de-CH_frami" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> - <!-- affix files are identical for all German variants --> - <value>%origin%/de_DE_frami.aff %origin%/de_CH_frami.dic</value> + <value>%origin%/de_CH_frami.aff %origin%/de_CH_frami.dic</value> </prop> <prop oor:name="Format" oor:type="xs:string"> <value>DICT_SPELL</value> |