https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24661
--- Comment #13 from Jonathan Druart <[email protected]> --- Jenkins has a lot of those lines, coming from xt/author/translatable-templates.t, I do not get the warnings when run locally however, which is a bit weird. https://jenkins.koha-community.org/job/Koha_Master_D9/1172/consoleFull What about the following changes? diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc index 1ad6197288..94f86ad2f6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -26,6 +26,7 @@ var Koha = {}; </script> +[% SET lang = 'en' UNLESS lang.defined %] [% IF lang != 'en' %] [% Asset.js(lang _ '/js/locale_data.js') | $raw %] [% END %] -- 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/
