https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35154 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #3 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Something I noticed before applying the patch (so not related to this bug), is that bullet points don't display correctly on the login screen if you have these in StaffLoginInstructions. But unordered lists do. This is the same after the change in this bug. 2. Translations since 23.11 (after .po files now in separate l10n repository) - quick instructions for KTD: . Before starting up KTD, cd misc/translator/po: . git checkout master . git reset --hard origin/master . git pull . When in KTD, after it has started successfully (used es-ES here): . gulp po:update --lang es-ES . Install language: koha-translate --install es-ES --dev kohadev . To reset everything: . your koha clone - as normal: git checkout master, git branch -D bzXXXXX, git reset --hard origin/master . the l10n repository (change to misc/translator/po): . git checkout master (you should already be on master for the l10n repository, so normally not necessary) . git status (check that there are no stray files or directories, remove them if required) . git reset --hard origin/master . Remove the installed language: koha-translate --remove es-ES --dev kohadev . reset_all -- You are receiving this mail because: You are watching all bug changes.