https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24734 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel@gmail.com Blocks| |21156 --- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> ---
Looks like LangInstaller.pm is looking in the wrong dir for the javascript files, @js_dirs is set to
- "$intranetdir/koha-tmpl/intranet-tmpl/prog/js", - "$intranetdir/koha-tmpl/opac-tmpl/bootstrap/js",
when it should be using
+ "$intrahtdocs/prog/js", + "$opachtdocs/bootstrap/js",
Compare @js_dirs with @intranet_tt_files and @opac_tt_files in LangInstaller.
You are right, good catch! That lines belong to Bug 21156, already on master but can be fixed :) They work on a git/dev install but not on a normal one. Will you write the patch? Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156 [Bug 21156] Internationalization: plural forms, context, and more for JS files -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.