[Bug 12299] New: SQL setup (MARC21), translation of relators codes - Italian
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12299 Bug ID: 12299 Summary: SQL setup (MARC21), translation of relators codes - Italian Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs@lists.koha-community.org Reporter: z.tajoli@cineca.it QA Contact: testopia@bugs.koha-community.org CC: frederic@tamil.fr This the transaltion of file marc21_relatorterms.sql for Italian setup. It is the transaltion of relator codes of MARC21. It use the authorised value 'RELTERMS' -- 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=12299 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch complexity|--- |Trivial patch Change sponsored?|--- |Sponsored Severity|enhancement |trivial -- 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=12299 --- Comment #1 from Zeno Tajoli <z.tajoli@cineca.it> --- Created attachment 28389 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28389&action=edit translation of marc21_relatorterms.sql -- 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=12299 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |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=12299 --- Comment #2 from Zeno Tajoli <z.tajoli@cineca.it> --- To test: - Apply this patch. - Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you prefer) - Install it-IT templates on command line - Run the webinstaller using it-IT - Follow the steps and choose all under 'opzionali' => SUCCESS: no errors => Sign this => Extra: see the authorised value 'RELTERMS' and check if you like the translation -- 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=12299 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |bgkriegel@gmail.com --- Comment #3 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Hi Zeno, there is a problem, your insert lines have an '=' where they must have a ',' e.g. ...VALUES ('RELTERMS','abr' = 'Riduttore'); Change that to ...VALUES ('RELTERMS','abr', 'Riduttore'); Doing that change, file loads ok. -- 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=12299 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28389|0 |1 is obsolete| | --- Comment #4 from Zeno Tajoli <z.tajoli@cineca.it> --- Created attachment 29089 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29089&action=edit translation of marc21_relatorterms.sql Fixed the error -- 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=12299 Zeno Tajoli <z.tajoli@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |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=12299 --- Comment #5 from Zeno Tajoli <z.tajoli@cineca.it> --- To test: - Apply this patch. - Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you prefer) - Install it-IT templates on command line - Run the webinstaller using it-IT - Follow the steps and choose all under 'opzionali' => SUCCESS: no errors => Sign this => Extra: see the authorised value 'RELTERMS' and check if you like the translation -- 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=12299 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #29089|0 |1 is obsolete| | --- Comment #6 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 29118 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29118&action=edit [SIGNED-OFF] Bug 12299: Translate marc21_relatorterms.sql into Italian To test: - Apply this patch. - Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you prefer) - Install it-IT templates on command line - Run the webinstaller using it-IT - Follow the steps and choose all under 'opzionali' => SUCCESS: no errors => Sign this => Extra: see the authorised value 'RELTERMS' and check if you like the translation Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Tested loading file. Two errors fixed: a) duplicate line ... ('RELTERMS','con', 'Conservatore') b) missing semicolon ... ('RELTERMS','voc','Cantante') With that file loads Ok No koha-qa errors -- 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=12299 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- 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=12299 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #29118|0 |1 is obsolete| | --- Comment #7 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 29121 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29121&action=edit [SIGNED-OFF] Bug 12299: Translate marc21_relatorterms.sql into Italian To test: - Apply this patch. - Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you prefer) - Install it-IT templates on command line - Run the webinstaller using it-IT - Follow the steps and choose all under 'opzionali' => SUCCESS: no errors => Sign this => Extra: see the authorised value 'RELTERMS' and check if you like the translation Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Tested loading file. Two errors fixed: a) duplicate line ... ('RELTERMS','con', 'Conservatore') b) missing semicolon ... ('RELTERMS','voc','Cantante') With that file loads Ok No koha-qa errors Ooops, forget the fix. Resubmited -- 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=12299 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- 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=12299 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #29121|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 29131 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29131&action=edit [PASSED QA] Bug 12299: Translate marc21_relatorterms.sql into Italian To test: - Apply this patch. - Reset your DB (DROP DATABASE, CREATE DATABASE -- whatever method you prefer) - Install it-IT templates on command line - Run the webinstaller using it-IT - Follow the steps and choose all under 'opzionali' => SUCCESS: no errors => Sign this => Extra: see the authorised value 'RELTERMS' and check if you like the translation Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Tested loading file. Two errors fixed: a) duplicate line ... ('RELTERMS','con', 'Conservatore') b) missing semicolon ... ('RELTERMS','voc','Cantante') With that file loads Ok No koha-qa errors Ooops, forget the fix. Resubmited Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Adds an optional SQL file to the Italian installer - works as expected. -- 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=12299 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen@gmail.com --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patch pushed to master. Thanks Zeno! Note: I removed BOM from file. -- 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=12299 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |gmcharlt@gmail.com --- Comment #10 from Galen Charlton <gmcharlt@gmail.com> --- Pushed to 3.16.x for inclusion in 3.16.1. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org