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
|
||||
lang := Lang2Gettext(false);
|
||||
|
||||
// if lang = 'es' then
|
||||
// qsguide := 'es_ES.UTF-8\html\tuxpaint-quickstart-guide.html'
|
||||
// else
|
||||
if lang = 'es' then
|
||||
qsguide := 'es_ES.UTF-8\html\tuxpaint-quickstart-guide.html'
|
||||
else
|
||||
if lang = 'fr' then
|
||||
qsguide := 'fr_FR.UTF8\html\tuxpaint-quickstart-guide.html'
|
||||
else
|
||||
if lang = 'gl' then
|
||||
qsguide := 'gl_GL.UTF-8\html\tuxpaint-quickstart-guide.html'
|
||||
else
|
||||
// if lang = 'ja' then
|
||||
// qsguide := 'ja_JP.UTF-8\html\tuxpaint-quickstart-guide.html'
|
||||
// else
|
||||
if lang = 'ja' then
|
||||
qsguide := 'ja_JP.UTF-8\html\tuxpaint-quickstart-guide.html'
|
||||
else
|
||||
qsguide := 'en\html\tuxpaint-quickstart-guide.html';
|
||||
|
||||
Result := 'docs\'+qsguide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue