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'
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
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.