Koha 3.2 installation & translations
Hi all, I saw en/fr/ru/uk subfolders in installer/data/mysql/. I've made local copy of en folder, renamed it to pl-PL and translated some files (txt files and sql for marc default & BKS frameworks so far). After make install the pl-PL folder is copied over to KOHA_DIR\intranet/cgi-bin/installer/data/mysql/ but I need to install polish opac & stuff templates before running the web installer for pl choice to be available at first step (I'm running 3.2). So - two matters: 1. Whom do I have to be nice to to get pl-PL folder included in git? ;-) Are there any prequisities? 2. Having all languages' templates created and available after installing Koha is cool (and necessary for localized web installer), but it lengthens make and make install time a LOT. Can the language selection be made in Makefile.PL, so choosing other than English language would create only one set of directories/templates? What do you think? Piotr Wejman
2009/12/9 Piotr Wejman <ropuch@bagno.be>:
Hi all,
I saw en/fr/ru/uk subfolders in installer/data/mysql/. I've made local copy of en folder, renamed it to pl-PL and translated some files (txt files and sql for marc default & BKS frameworks so far). After make install the pl-PL folder is copied over to KOHA_DIR\intranet/cgi-bin/installer/data/mysql/ but I need to install polish opac & stuff templates before running the web installer for pl choice to be available at first step (I'm running 3.2).
So - two matters:
1. Whom do I have to be nice to to get pl-PL folder included in git? ;-) Are there any prequisities?
No one ;) you just have to send a patch doing it :)
2. Having all languages' templates created and available after installing Koha is cool (and necessary for localized web installer), but it lengthens make and make install time a LOT. Can the language selection be made in Makefile.PL, so choosing other than English language would create only one set of directories/templates?
What do you think?
Sounds like a good idea, lets put it on the roadmap for 3.4, (3.2 is too close to release to start doing things like that) Chris
Piotr Wejman
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (2)
-
Chris Cormack -
Piotr Wejman