fdo#62103 only dict of the first lang code is packed into langpack
Therefore we packed Aragonese dictionary into Spanish and Catalan langpacks, instead of Spanish and Catalan dictionaries. Change-Id: I6b7606b8d8f4f30cded583b96d9f9b5f2ef64e9f
This commit is contained in:
parent
f3c618e46e
commit
09fa9ff842
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ bg = "bg"
|
|||
bn = "bn"
|
||||
br = "br,fr"
|
||||
bs = "bs"
|
||||
ca = "an,ca,es,fr,it,oc"
|
||||
ca = "ca,an,es,fr,it,oc"
|
||||
cs = "cs"
|
||||
da = "da,de"
|
||||
de = "de,fr,it"
|
||||
|
@ -41,7 +41,7 @@ el = "el"
|
|||
en-US = "en,es,fr"
|
||||
en-GB = "en,es,fr"
|
||||
en-ZA = "en,es,fr"
|
||||
es = "an,ca,es,fr,gl,oc,pt-PT"
|
||||
es = "es,an,ca,fr,gl,oc,pt-PT"
|
||||
et = "et"
|
||||
fr = "fr,es"
|
||||
gd = "gd"
|
||||
|
|
Loading…
Reference in a new issue