This morning there were new strings to translate, but something seems to have gone wrong with the updates for the 21.11 version. The files contain strings from the just pushed Recalls feature that should not be there: https://translate.koha-community.org/da/21.11/translate/#search=Recall&sfields=source,target&soptions=exact&unit=21570911&offset=0 https://translate.koha-community.org/da/21.11/translate/#search=Recall&sfields=source,target&soptions=exact&unit=21570914&offset=0 Maybe files have been generated against master instead of the 21.11 branch? We need to fix this urgently or we might create issues where strings that don't match in the lower version appear untranslated.
I've noticed that update-koha.log contained "branch '21.11' set up to track 'origin/master'" I edited /srv/scripts/update-koha.sh and replaced MASTER="21.11" with MASTER="22.05" Script is now running for 21.11 % /srv/scripts/update-koha.sh 21.11 | tee update-koha.log
I confirmed that the regenerated files were correct. Should we close this then?
*** Bug 30530 has been marked as a duplicate of this bug. ***