https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36337
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from David Nind <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
