From 2bcb2fd2978e4a12b9e902ebd3db02d09d79a620 Mon Sep 17 00:00:00 2001
From: Bernardo Gonzalez Kriegel
Date: Fri, 25 Apr 2014 19:40:50 -0300
Subject: [PATCH] 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.
---
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt
index 038c9dc..b6255bb 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt
@@ -11,15 +11,15 @@ listed, please inform your systems administrator.