Summary: | SQL setup (MARC21), translation of relators codes - Italian | ||
---|---|---|---|
Product: | Koha | Reporter: | Zeno Tajoli <ztajoli> |
Component: | I18N/L10N | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | bgkriegel, f.demians, gmcharlt, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
translation of marc21_relatorterms.sql
translation of marc21_relatorterms.sql [SIGNED-OFF] Bug 12299: Translate marc21_relatorterms.sql into Italian [SIGNED-OFF] Bug 12299: Translate marc21_relatorterms.sql into Italian [PASSED QA] Bug 12299: Translate marc21_relatorterms.sql into Italian |
Description
Zeno Tajoli
2014-05-21 09:03:24 UTC
Created attachment 28389 [details] [review] translation of marc21_relatorterms.sql 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 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. Created attachment 29089 [details] [review] translation of marc21_relatorterms.sql Fixed the error 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 Created attachment 29118 [details] [review] [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 Created attachment 29121 [details] [review] [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 Created attachment 29131 [details] [review] [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. Patch pushed to master. Thanks Zeno! Note: I removed BOM from file. Pushed to 3.16.x for inclusion in 3.16.1. |