[Bug 14622] New: Add fr-CA data folder in the web installer
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 Bug ID: 14622 Summary: Add fr-CA data folder in the web installer Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: francois.charbonnier@inlibro.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com New data in French Canadian for the web installer. It contains translations of every files from the English folder. The marcflavour directory is a bit different. 1. MARC21 is the only marc flavour translated. 2. marc21_framework_DEFAULT.sql contains : - the default framework - the acquisition framework - the fast-add framework - the RDA framework 3. In addition, there is a simplified framework in the optional folder. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 --- Comment #1 from Francois Charbonnier <francois.charbonnier@inlibro.com> --- Created attachment 41242 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41242&action=edit Bug 14622 - New data in French Canadian for the web installer. Add "fr-CA" folder. TEST PLAN : - install Koha - choose fr-CA as the installation language - check every options in the web installer - every file should load smoothly -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 Francois Charbonnier <francois.charbonnier@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |francois.charbonnier@inlibr |ity.org |o.com CC| |jonathan.druart@bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- How did you generate this list? Be care, userpermissions.sq is not up-to-date. Why did you create fr-CA/obligatoire? (we have a fr-FR/1-Obligatoire). -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 --- Comment #3 from Francois Charbonnier <francois.charbonnier@inlibro.com> --- Hi Jonathan, How did you generate this list? - I checked what the english folder had Be care, userpermissions.sq is not up-to-date. - I will check this (but did this file change since 3.20.0?) Why did you create fr-CA/obligatoire? (we have a fr-FR/1-Obligatoire). - Because, when installing in fr-CA, the installer will not check in the fr-FR folder. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Francois Charbonnier from comment #3)
Hi Jonathan,
How did you generate this list? - I checked what the english folder had
Be care, userpermissions.sq is not up-to-date. - I will check this (but did this file change since 3.20.0?)
No, but 3.20 has delete_public_lists.
Why did you create fr-CA/obligatoire? (we have a fr-FR/1-Obligatoire). - Because, when installing in fr-CA, the installer will not check in the fr-FR folder.
Yes of course, but why not fr-CA/1-Obligatoire? I don't care, just want to know :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 --- Comment #5 from Francois Charbonnier <francois.charbonnier@inlibro.com> --- Created attachment 41742 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41742&action=edit BZ14622 - follow up - missing userpermissions added -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 --- Comment #6 from Francois Charbonnier <francois.charbonnier@inlibro.com> --- I sent a new patch to fix the missing userpermission About the 1-Obligatoire, I actually used some translation from fr-FR and updated others as well. Just so you know, not all files are translated in the fr-FR folder (for example,numberpattern.pl). Plus, I wanted the letters to be all formated the same way and there are "mandatory" authorised values that are not considered mandatory in the other folders. I wanted the fr-CA to be as close as the other folders (same stucure, same content, etc.) The only differences are in the marc21 framework default sql. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.tajoli@cineca.it Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|z.tajoli@cineca.it | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |bgkriegel@gmail.com --- Comment #7 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Testing with fr-CA translation When importing data into db: userpermissions.sql ERROR 1452 (23000) at line 1: Cannot add or update a child row: a foreign key constraint fails (`kohadev`.`permissions`, CONSTRAINT `permissions_ibfk_1` FOREIGN KEY (`module_bit`) REFERENCES `userflags` (`bit`) ON DELETE CASCADE ON UPDATE CASCADE) sample_creator_data.sql ERROR 1136 (21S01) at line 6: Column count doesn't match value count at row 1 this is fixed in Bug 15053, check the solution sample_patrons.sql ERROR 1054 (42S22) at line 1: Unknown column 'ethnicity' in 'field list' I wrote an email to you about frameworks. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org