diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-19 23:59:51 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-21 01:44:12 +0700 |
| commit | b08efcd717e92c7f52e99dfaf98f927f3966cab5 (patch) | |
| tree | 78f7b6a2b269094e91443d3b3b39501a27228262 /libreoffice-extension/dictionaries.xcu | |
| parent | 3f7be941391f7a8554ef7710a63bcab5c11897ed (diff) | |
| download | hunspell-id-b08efcd717e92c7f52e99dfaf98f927f3966cab5.tar.xz | |
libreoffice-extension: pembaruan dengan upstream
Berkas libreoffice dictionaries terbaru diambil dari
https://git.libreoffice.org/dictionaries/.
Untuk beberapa berkas menggunakan lisensi LGPL-2.1-only.
Diffstat (limited to 'libreoffice-extension/dictionaries.xcu')
| -rw-r--r-- | libreoffice-extension/dictionaries.xcu | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/libreoffice-extension/dictionaries.xcu b/libreoffice-extension/dictionaries.xcu index 42bee76..ebd949e 100644 --- a/libreoffice-extension/dictionaries.xcu +++ b/libreoffice-extension/dictionaries.xcu @@ -2,7 +2,7 @@ <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_id" oor:op="fuse"> + <node oor:name="HunSpellDic_id-ID" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/id_ID.aff %origin%/id_ID.dic</value> </prop> @@ -13,7 +13,7 @@ <value>id-ID</value> </prop> </node> - <node oor:name="HyphDic_id" oor:op="fuse"> + <node oor:name="HyphDic_id-ID" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/hyph_id_ID.dic</value> </prop> @@ -24,7 +24,17 @@ <value>id-ID</value> </prop> </node> + <node oor:name="ThesDic_id-ID" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/th_id_ID_v2.dat %origin%/th_id_ID_v2.idx</value> + </prop> + <prop oor:name="Format" oor:type="xs:string"> + <value>DICT_THES</value> + </prop> + <prop oor:name="Locales" oor:type="oor:string-list"> + <value>id-ID</value> + </prop> + </node> </node> - </node> + </node> </oor:component-data> - |
