As of bug 19817 is pushed, our translation toolkit should not reference to help templates - they dosn't exist anymore.
Patches are coming
Created attachment 79863 [details] [review] Bug 21481: Remove references to help from LangInstaller Test plan: 1) Aply the patches 2) cd misc/translator 3) Run these command one by one: ./translate install <lang-code> ./translate update <lang-code> ./translate create <lang-code> 4) All should not end with error and must do what is documented (see ./translate --help)
Patches are on this branch: https://gitlab.com/josef.moravec/Koha/tree/bug21481 Test plan is: 1) cd misc/translator 2) Run these command one by one: ./translate install <lang-code> ./translate update <lang-code> ./translate create <lang-code> 3) All should not end with error and must do what is documented (see ./translate --help)
I followed the test plan and each step was successful. I hereby grant this bug the title "Signed off."
(In reply to Owen Leonard from comment #4) > I followed the test plan and each step was successful. I hereby grant this > bug the title "Signed off." Thanks Owen
(In reply to Josef Moravec from comment #5) > (In reply to Owen Leonard from comment #4) > > I followed the test plan and each step was successful. I hereby grant this > > bug the title "Signed off." > > Thanks Owen I added your signed-off line to remote branch
Passed QA Patches are here: https://gitlab.com/jajm/Koha/commits/bug21481 with an additional follow-up: https://gitlab.com/jajm/Koha/commit/34cf20df7e1ac99f4efd46469b1b0852a8735ca1
*** Bug 21483 has been marked as a duplicate of this bug. ***
Awesome work all! Pushed to master for 18.11
Caused by 19817 not in 18.05.x series.