[Koha-bugs] [Bug 12017] Move language description out of database

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 28 04:03:17 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12017

--- Comment #20 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 27688
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27688&action=edit
Bug 12017 - 2 - Enable languages on web installer

This patch modifies installer/step1.tt to use new
language descriptions.
Only parameter used is rfc4646 code.

To test:
1. Do some fake translations, for example all langs
for l in $(cd misc/translator/po; ls *-pref.po | sed 's/-pref.po//'); do
mkdir koha-tmpl/intranet-tmpl/prog/$l;
mkdir koha-tmpl/opac-tmpl/bootstrap/$l;
mkdir koha-tmpl/opac-tmpl/prog/$l;
mkdir koha-tmpl/opac-tmpl/ccsr/$l;
done

or make some lang dirs on intranet-tmpl/prog

2. Apply the patch

3. Edit your koha-conf.xml, change database name to a
new name, create that database and grant access, reload
staff page, log in with database user, you will be
redirected to step1 of web installer.

4. Check names and codes for installed languages.

Revert to your old database before proceed,
but left dirs.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list