Koha/koha-tmpl/intranet-tmpl
Julian Maurice d2e60c553b
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>
2020-02-14 11:55:16 +00:00
..
js Bug 21156: Add plural translation capabilities to JS files 2020-02-10 10:14:46 +00:00
lib Bug 23493: Replace rowGrouping with rowGroup 2020-01-29 11:33:25 +00:00
prog Bug 24661: Fix inclusion of locale-related javascript files 2020-02-14 11:55:16 +00:00