Added some languages and corrected wrong filenames for localized COPYING text.
This commit is contained in:
parent
db09aacf4b
commit
8f25020a91
1 changed files with 11 additions and 2 deletions
|
|
@ -426,6 +426,12 @@ begin
|
||||||
else
|
else
|
||||||
lc := 'zh_tw'
|
lc := 'zh_tw'
|
||||||
else
|
else
|
||||||
|
if lang = 'cnr' then
|
||||||
|
if TwoLetter = true then
|
||||||
|
lc := 'sr'
|
||||||
|
else
|
||||||
|
lc := 'sr_latin'
|
||||||
|
else
|
||||||
if lang = 'cos' then
|
if lang = 'cos' then
|
||||||
lc := 'co'
|
lc := 'co'
|
||||||
else
|
else
|
||||||
|
|
@ -570,6 +576,9 @@ begin
|
||||||
if lang = 'slo' then
|
if lang = 'slo' then
|
||||||
lc := 'sk'
|
lc := 'sk'
|
||||||
else
|
else
|
||||||
|
if lang = 'slv' then
|
||||||
|
lc := 'sl'
|
||||||
|
else
|
||||||
if lang = 'swe' then
|
if lang = 'swe' then
|
||||||
lc := 'sv'
|
lc := 'sv'
|
||||||
else
|
else
|
||||||
|
|
@ -678,7 +687,7 @@ begin
|
||||||
licence := 'COPYING-da.txt'
|
licence := 'COPYING-da.txt'
|
||||||
else
|
else
|
||||||
if lang = 'de' then
|
if lang = 'de' then
|
||||||
licence := 'COPYING-de-COPIE.txt'
|
licence := 'COPYING-de-KOPIE.txt'
|
||||||
else
|
else
|
||||||
if lang = 'el' then
|
if lang = 'el' then
|
||||||
licence := 'COPYING-el.txt'
|
licence := 'COPYING-el.txt'
|
||||||
|
|
@ -699,7 +708,7 @@ begin
|
||||||
licence := 'COPYING-id.txt'
|
licence := 'COPYING-id.txt'
|
||||||
else
|
else
|
||||||
if lang = 'it' then
|
if lang = 'it' then
|
||||||
licence := 'COPYING-COPIATURA.txt'
|
licence := 'COPYING-it-COPIATURA.txt'
|
||||||
else
|
else
|
||||||
if lang = 'ja' then
|
if lang = 'ja' then
|
||||||
licence := 'COPYING-ja.txt'
|
licence := 'COPYING-ja.txt'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue