diff options
author | Andika Triwidada <andika@gmail.com> | 2018-02-15 03:52:58 +0000 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-02-28 01:40:08 +0100 |
commit | ed6a0c24ca0c76b21375f73c29cc73e9974142ea (patch) | |
tree | 33039d97db41d58e79c5b4094715a6710a027d4a /id/META-INF/manifest.xml | |
parent | 883b1cd4d8e2dd005c77143aec82c0fb556e72eb (diff) |
Add Indonesian dictionary
Change-Id: I1368bccffe9f192de4d73c5f658d4f864e3374da
Reviewed-on: https://gerrit.libreoffice.org/49785
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'id/META-INF/manifest.xml')
-rw-r--r-- | id/META-INF/manifest.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/id/META-INF/manifest.xml b/id/META-INF/manifest.xml new file mode 100644 index 0000000..f8d630a --- /dev/null +++ b/id/META-INF/manifest.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd"> +<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" + manifest:full-path="dictionaries.xcu"/> + <manifest:file-entry manifest:full-path="dialog/OptionsDialog.xcs" + manifest:media-type="application/vnd.sun.star.configuration-schema" /> + <manifest:file-entry manifest:full-path="dialog/OptionsDialog.xcu" + manifest:media-type="application/vnd.sun.star.configuration-data" /> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-components" + manifest:full-path="Lightproof.components"/> + <manifest:file-entry + manifest:media-type="application/vnd.sun.star.configuration-data" + manifest:full-path="Linguistic.xcu" /> +</manifest:manifest> |