diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 14:47:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 14:47:33 +0000 |
commit | bb273e943bad8b9eab77011a7f27a4b4344a5567 (patch) | |
tree | 9aa42a0f16cc5919a5d063b7e6e571e542c19ce3 | |
parent | 867fe9492ae8fd49f9ef2ef3c88ed6737c221f04 (diff) |
INTEGRATION: CWS native156 (1.1.4); FILE ADDED
2008/06/30 11:58:39 mba 1.1.4.3: wrong locale in dictionaries.xcu
2008/06/18 12:44:02 mba 1.1.4.2: #i90657#: create extensions
2008/06/17 15:02:06 mba 1.1.4.1: file dictionaries.xcu was added on branch cws_dev300_native156 on 2008-06-18 12:44:02 +0000
-rwxr-xr-x | dictionaries/zu_ZA/dictionaries.xcu | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dictionaries/zu_ZA/dictionaries.xcu b/dictionaries/zu_ZA/dictionaries.xcu new file mode 100755 index 0000000..368d8fb --- /dev/null +++ b/dictionaries/zu_ZA/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="HyphDic_zu-ZA" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/hyph_zu_ZA.dic</value> + </prop> + <prop oor:name="Format" oor:type="xs:string"> + <value>DICT_HYPH</value> + </prop> + <prop oor:name="Locales" oor:type="oor:string-list"> + <value>zu-ZA</value> + </prop> + </node> + </node> + </node> +</oor:component-data> + + |