1*c966c276SAndrew Rist# *************************************************************
2*c966c276SAndrew Rist#
3*c966c276SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*c966c276SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*c966c276SAndrew Rist#  distributed with this work for additional information
6*c966c276SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*c966c276SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*c966c276SAndrew Rist#  "License"); you may not use this file except in compliance
9*c966c276SAndrew Rist#  with the License.  You may obtain a copy of the License at
10*c966c276SAndrew Rist#
11*c966c276SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*c966c276SAndrew Rist#
13*c966c276SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*c966c276SAndrew Rist#  software distributed under the License is distributed on an
15*c966c276SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*c966c276SAndrew Rist#  KIND, either express or implied.  See the License for the
17*c966c276SAndrew Rist#  specific language governing permissions and limitations
18*c966c276SAndrew Rist#  under the License.
19*c966c276SAndrew Rist#
20*c966c276SAndrew Rist# *************************************************************
21*c966c276SAndrew Rist
22cdf0e10cSrcweir# This file defines the languages of the spellchecker, that are
23cdf0e10cSrcweir# included into the language specific installation sets.
24cdf0e10cSrcweir# First column: Language in the installation set.
25cdf0e10cSrcweir# Second column: Assigned spellchecker languages. Comma separated list.
26cdf0e10cSrcweir
27cdf0e10cSrcweir# The first entry after the "=" is the entry, that will be included into
28cdf0e10cSrcweir# a language pack of the corresponding language. If no spellchecker
29cdf0e10cSrcweir# shall be included into the language pack, the keyword "EMPTY" can
30cdf0e10cSrcweir# be used as first entry.
31cdf0e10cSrcweir
32cdf0e10cSrcweiraf = "af,en-US"
33cdf0e10cSrcweirar = "EMPTY,en-US"
34cdf0e10cSrcweirca = "ca,es,en-US,fr"
35cdf0e10cSrcweircs = "cs,en-US"
36cdf0e10cSrcweirda = "da,de-DE,en-US"
37cdf0e10cSrcweirde = "de-DE,de-AT,de-CH,en-US,fr,it"
38cdf0e10cSrcweiren-US = "en-US,es,fr"
39cdf0e10cSrcweiren-GB = "en-US,es,fr"
40cdf0e10cSrcweires = "es,en-US,fr,pt"
41cdf0e10cSrcweiret = "et,en-US"
42cdf0e10cSrcweirfr = "fr,en-US,es"
43cdf0e10cSrcweirgl = "gl,en-US,pt,es"
44cdf0e10cSrcweirhe = "he,en-US"
45cdf0e10cSrcweirhu = "hu,de-DE,en-US"
46cdf0e10cSrcweirit = "it,de-DE,en-US,fr"
47cdf0e10cSrcweirja = "EMPTY,en-US"
48cdf0e10cSrcweirko = "EMPTY,en-US"
49cdf0e10cSrcweirku = "ku-TR,en-US"
50cdf0e10cSrcweirlt = "lt,en-US"
51cdf0e10cSrcweirnb = "no,en-US,fr,de-DE,es"
52cdf0e10cSrcweirne = "ne,en-US"
53cdf0e10cSrcweirnl = "nl,en-US,fr,de-DE"
54cdf0e10cSrcweirnn = "no,en-US,fr,de-DE,es"
55cdf0e10cSrcweirpl = "pl,de-DE,en-US,ru"
56cdf0e10cSrcweirpt-BR = "pt,en-US,es"
57cdf0e10cSrcweirpt = "pt,en-US,es"
58cdf0e10cSrcweirro = "ro,en-US,de-DE,hu"
59cdf0e10cSrcweirru = "ru,de-DE,en-US"
60cdf0e10cSrcweirsk = "sk,en-US"
61cdf0e10cSrcweirsl = "sl,en-US"
62cdf0e10cSrcweirsv = "sv,de-DE,en-US"
63cdf0e10cSrcweirsr = "sr,en-US"
64cdf0e10cSrcweir# ! Note the package 'sr' also holds the dictionaries for 'sh' !
65cdf0e10cSrcweirsh = "sr,en-US"
66cdf0e10cSrcweirsw = "sw,en-US"
67cdf0e10cSrcweirth = "th,en-US"
68cdf0e10cSrcweiruk = "ru,en-US"
69cdf0e10cSrcweirvi = "vi,en-US,fr"
70cdf0e10cSrcweirzh-TW = "EMPTY,en-US"
71cdf0e10cSrcweirzh-CN = "EMPTY,en-US"
72cdf0e10cSrcweirzu = "zu,en-US"
73cdf0e10cSrcweir
74