diff options
author | Eike Rathke <erack@redhat.com> | 2013-11-18 22:15:50 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-11-18 22:21:54 +0100 |
commit | d626d8b18cbb14825632900a02c7291912855f73 (patch) | |
tree | d28ac76371523ad4e2cbaeb42b3ceeedb6170213 /kmr_Latn/dictionaries.xcu | |
parent | 96cb9a317f448f7c70afc3a81b532efacaabd456 (diff) |
renamed ku* to kmr-Latn*, fdo#63460
Change-Id: I678f0625438ff3caaeb892e4237b4428304f5ce3
Diffstat (limited to 'kmr_Latn/dictionaries.xcu')
-rw-r--r-- | kmr_Latn/dictionaries.xcu | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kmr_Latn/dictionaries.xcu b/kmr_Latn/dictionaries.xcu new file mode 100644 index 0000000..e981477 --- /dev/null +++ b/kmr_Latn/dictionaries.xcu @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office"> + <node oor:name="ServiceManager"> + <node oor:name="Dictionaries"> + <node oor:name="HunSpellDic_kmr_Latn" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/kmr_Latn.aff %origin%/kmr_Latn.dic</value> + </prop> + <prop oor:name="Format" oor:type="xs:string"> + <value>DICT_SPELL</value> + </prop> + <prop oor:name="Locales" oor:type="oor:string-list"> + <value>kmr-Latn-TR kmr-Latn-SY</value> + </prop> + </node> + </node> + </node> +</oor:component-data> + + |