https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36337 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #5 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. Need to have another language installed - see https://gitlab.com/koha-community/koha-testing-docker#translation-files . cd misc/translator/po . git fetch origin . git reset --hard origin/main . in the koha shell (ktd --shell), gulp po:update --lang fr-CA . exit from shell, and change to a root shell: ktd --root --shell . cd koha . koha-translate --install fr-CA --dev kohadev . restart_all 2. Enable the language for the OPAC: . OPACLanguages system preference - make sure languages are ticked . opaclanguagesdisplay system preference set to Allow 3. Regenerate the CSS: yarn build 4. Restart everything: restart_all -- You are receiving this mail because: You are watching all bug changes.