https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24734
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Blocks| |21156 --- Comment #1 from Bernardo Gonzalez Kriegel <[email protected]> --- > 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. _______________________________________________ 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/
