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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 29 10:08:22 CEST 2015


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

Julian FIOL <julian.fiol at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39305|0                           |1
        is obsolete|                            |

--- Comment #74 from Julian FIOL <julian.fiol at biblibre.com> ---
Created attachment 39656
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39656&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.

Signed-off-by: Julian FIOL <julian.fiol at biblibre.com>

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


More information about the Koha-bugs mailing list