Kaydet (Commit) 030c4269 authored tarafından Petr Mladek's avatar Petr Mladek

pack "en" dictionary only with "en" langpacks

it is in the main installation tarball anyway; it was put in langpacks
that did not have its own dictionary from some strange reason
üst 5b14929d
......@@ -21,6 +21,7 @@ de = "de,fr,it"
el = "el"
en-US = "en,es,fr"
en-GB = "en,es,fr"
en-ZA = "en,es,fr"
es = "an,es,fr,pt"
et = "et"
fr = "fr,es"
......
......@@ -2438,7 +2438,7 @@ sub set_spellcheckerlanguages
{
my $languagelist = "";
if ( exists($spellcheckhash{$lang}) ) { $languagelist = $spellcheckhash{$lang}; }
else { $languagelist = $spellcheckhash{'en-US'}; } # defaulting to English
else { $languagelist = ""; } # no dictionary unless defined in SPELLCHECKERFILE
my $langlisthash = installer::converter::convert_stringlist_into_hash(\$languagelist, ",");
foreach my $onelang ( keys %{$langlisthash} ) { $installer::globals::spellcheckerlanguagehash{$onelang} = 1; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment