diff options
author | Andras Timar <andras.timar@collabora.com> | 2020-03-17 12:09:00 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-03-17 12:20:27 +0100 |
commit | 0351bf3f4fbecfc5e75e6fca3acf15b14231c0d2 (patch) | |
tree | 6d7646e2ff86b0f1d8f6d92268f88865e9d1ad83 | |
parent | cb3049b771f691f011755be69137ce859fb1f7b1 (diff) |
tdf#130999 fix registration of Greek dictionarycp-6.2-9cp-6.2-8cp-6.2-7cp-6.2-25cp-6.2-24cp-6.2-23cp-6.2-22cp-6.2-21cp-6.2-20cp-6.2-18cp-6.2-17cp-6.2-16cp-6.2-15cp-6.2-14cp-6.2-12cp-6.2-11cp-6.2-10co-6.2-9co-6.2-24co-6.2-23co-6.2-22co-6.2-21co-6.2-19co-6.2-13co-6.2-12CP-Android-iOS-4.2.2CP-Android-iOS-4.2.1CODE-4.2.3-2CODE-4.2.3-1CODE-4.2.2-2CODE-4.2.2-1CODE-4.2.1-2CODE-4.2.1-1
Change-Id: I7b85d588c67c9b05f3856d92544fb0a0348594ea
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/90611
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r-- | el_GR/META-INF/manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/el_GR/META-INF/manifest.xml b/el_GR/META-INF/manifest.xml index 839346e..f54199b 100644 --- a/el_GR/META-INF/manifest.xml +++ b/el_GR/META-INF/manifest.xml @@ -2,5 +2,5 @@ <!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:manifest>
\ No newline at end of file + manifest:full-path="dictionaries.xcu"/> +</manifest:manifest> |