[libreoffice-dictionaries] 02/02: helper.py: deal with uncommon Czech's thesaurus that can't be auto-detected

Mattia Rizzolo mattia at debian.org
Thu Jan 26 13:30:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch experimental
in repository libreoffice-dictionaries.

commit b72d7b3ae7d625be8757c5e0826dee86932a1b77
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Jan 26 14:29:49 2017 +0100

    helper.py: deal with uncommon Czech's thesaurus that can't be auto-detected
    
    Gbp-Dch: Ignore
---
 debian/helper.py | 5 ++++-
 debian/list.json | 5 +++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/helper.py b/debian/helper.py
index 97e0c64..32008c3 100755
--- a/debian/helper.py
+++ b/debian/helper.py
@@ -162,7 +162,10 @@ Description: German dictionary for hunspell ("frami" version)
  {"639-1": "en", "code": "en-us", "name": "English (USA)",
   "mythes": ["th_en_US_v2.dat", "th_en_US_v2.idx"]},
  {"639-1": "en", "code": "en-gb", "name": "English (GB)",
-  "hunspell": ["en_GB.aff", "en_GB.dic"], "hyphen": ['hyph_en_GB.dic']}]
+  "hunspell": ["en_GB.aff", "en_GB.dic"], "hyphen": ['hyph_en_GB.dic']},
+ {"639-1": "cs_CZ", "code": "cs", "name": "Czech",
+  "mythes": ["thes_cs_CZ.dat", "thes_cs_CZ.idx"]},
+]
 
 # link the pseudo-RFC639-1 used by upstream (the key) to an actual RFC639-2
 ass_639_code = {"af_ZA": "af", "an_ES": "an", "ar": "ar", "be_BY": "be", "bg_BG": "bg", "bn_BD": "bn", "br_FR": "br", "bs_BA": "bs", "ca": "ca", "cs_CZ": "cs", "da_DK": "da", "de": "de", "el_GR": "el", "en": "en", "es": "es", "et_EE": "et", "fr_FR": "fr", "gd_GB": "gd", "gl": "gl", "gu_IN": "gu", "gug": "gug", "he_IL": "he", "hi_IN": "hi", "hr_HR": "hr", "hu_HU": "hu", "is": "is", "it_IT": "it", "kmr_Latn": "kmr", "lo_LA": "lo", "lt_LT": "lt", "lv_LV": "lv", "ne_NP": "ne", "nl_NL": "nl", [...]
diff --git a/debian/list.json b/debian/list.json
index 540ec35..300cdc2 100644
--- a/debian/list.json
+++ b/debian/list.json
@@ -113,6 +113,11 @@
         "hyphen": [
             "hyph_cs_CZ.dic"
         ],
+        "name": "Czech"
+    },
+    {
+        "639-1": "cs_CZ",
+        "code": "cs",
         "mythes": [
             "thes_cs_CZ.dat",
             "thes_cs_CZ.idx"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice-dictionaries.git



More information about the Pkg-openoffice-commits mailing list