Updated Windows installer
Enabled translations for the Quickstart Guide
This commit is contained in:
parent
88b1c835fe
commit
4f41dc5fe2
1 changed files with 6 additions and 6 deletions
|
|
@ -665,18 +665,18 @@ var
|
||||||
begin
|
begin
|
||||||
lang := Lang2Gettext(false);
|
lang := Lang2Gettext(false);
|
||||||
|
|
||||||
// if lang = 'es' then
|
if lang = 'es' then
|
||||||
// qsguide := 'es_ES.UTF-8\html\tuxpaint-quickstart-guide.html'
|
qsguide := 'es_ES.UTF-8\html\tuxpaint-quickstart-guide.html'
|
||||||
// else
|
else
|
||||||
if lang = 'fr' then
|
if lang = 'fr' then
|
||||||
qsguide := 'fr_FR.UTF8\html\tuxpaint-quickstart-guide.html'
|
qsguide := 'fr_FR.UTF8\html\tuxpaint-quickstart-guide.html'
|
||||||
else
|
else
|
||||||
if lang = 'gl' then
|
if lang = 'gl' then
|
||||||
qsguide := 'gl_GL.UTF-8\html\tuxpaint-quickstart-guide.html'
|
qsguide := 'gl_GL.UTF-8\html\tuxpaint-quickstart-guide.html'
|
||||||
else
|
else
|
||||||
// if lang = 'ja' then
|
if lang = 'ja' then
|
||||||
// qsguide := 'ja_JP.UTF-8\html\tuxpaint-quickstart-guide.html'
|
qsguide := 'ja_JP.UTF-8\html\tuxpaint-quickstart-guide.html'
|
||||||
// else
|
else
|
||||||
qsguide := 'en\html\tuxpaint-quickstart-guide.html';
|
qsguide := 'en\html\tuxpaint-quickstart-guide.html';
|
||||||
|
|
||||||
Result := 'docs\'+qsguide
|
Result := 'docs\'+qsguide
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue