]> git.koha-community.org Git - koha.git/commit
Bug 24661: Fix inclusion of locale-related javascript files
authorJulian Maurice <julian.maurice@biblibre.com>
Fri, 14 Feb 2020 08:46:01 +0000 (09:46 +0100)
committerJoy Nelson <joy@bywatersolutions.com>
Thu, 5 Mar 2020 23:25:19 +0000 (23:25 +0000)
commit6805597ea3dde2744ca6bd526a1d6f1a4f92d308
tree0d46e7c142f0160bebdeb959011d89c90ad06182
parent9192dead205003ec562e08d9435a6d4c305c528b
Bug 24661: Fix inclusion of locale-related javascript files

2 js files (Gettext.js, i18n.js) + 1 generated js file (locale_data.js)
were added by bug 21156. Their URL are broken and the files are not loaded.

Use Template::Toolkit plugin Asset to include these files, and exclude
locale_data.js when language is english, because obviously translations
are not needed in this case.

Test plan:
1. Just make sure the files mentioned above are loaded correctly when in
   English and in other languages as well

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc