]> git.koha-community.org Git - koha.git/commit
Bug 7026 Web installer does not switch language
authorFrédéric Demians <f.demians@tamil.fr>
Mon, 17 Oct 2011 06:03:29 +0000 (08:03 +0200)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 25 Oct 2011 23:27:48 +0000 (19:27 -0400)
commit191fb637874d22204bab55ba95c0f94d04dcbeb9
tree2c54ed77d9e517d50317cb5d37beaa4551482fe0
parent33b4c9859fd4d8853f59f3de704a34da11b087a1
Bug 7026 Web installer does not switch language

Language installer should switch to template files of language selected in
first step. It used to do that, but the feature seems to be broken now. Web
installer remains English after selecting a different language.

To reproduce:

- make sure your database is empty
- run 'perl translate install <some language>
- access web installer
- select language other then en on the first page

=> templates should change to translated templates

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Test plan provided works, correct language and sample files are selected.

In a second test I deleted the staff templates for de-DE and repeated
the steps. de-DE is not offered in the language selection of the web installer
now, but does appear in the opaclanguages list after running the web installer.
(Bug 5660)

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 1bf7550a82e7fc8b1c608fde3ff236af65b83dfc)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
installer/InstallAuth.pm