translator tool -in misc/translator- has parameters that should make him silent or verbose, they are not working : we always get the same verbosity. Test plan : * apply the patch * launch translate update your-LANGUAGE => it should be silent (except if there is an invalid thing in your .po) * launch translate update -v your-LANGUAGE => it should be verbose same thing for install & create pragmas
Created attachment 8431 [details] [review] Bug 7780: make silent/verbose flag for translation installing This patch deal with the -v flag that you can put on translate script. If you run without -v, the process should be silent if you run with -v, the process should be verbose
Created attachment 8437 [details] [review] Bug 7780: make silent/verbose flag for translation installing This patch deal with the -v flag that you can put on translate script. If you run without -v, the process should be silent if you run with -v, the process should be verbose Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Works as described.
Hm, sign-off dependent on adding documentation about the new parameter. I missed that :)
Created attachment 8559 [details] [review] Refactored patch
QA comments: Adds a verbose flag for the translate script. Errors appear if exist. Works as expected, mark as Passed QA.
refactored patch also tested by me, work fine. Pushed
This bug will be included in the Koha 3.6.5 release.