Koha/koha-tmpl/intranet-tmpl/prog/js/pages
Bernardo Gonzalez Kriegel 3d953d7988
Bug 24808: enable translation on results.js
String sorrounded by "__()"

To test:
1) create translation files for a language
(cd misc/translator; ./translate create xx-YY)

2) Check string
egrep -l "No cover image available" misc/translator/po/xx-YY-*
present in 2 files, opac-bootstrap and staf-prog

3) Apply patch

4) Create files again
(cd misc/translator; rm -f po/xx-YY*; ./translate create xx-YY)

5) Check again
egrep -l "No cover image available" misc/translator/po/xx-YY-*
present in 3 files, new in messages-js

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-05-04 08:23:55 +01:00
..
addbiblio.js
batchMod.js
circulation.js Bug 20959: Style checkin form more like the checkout form, with collapsed settings panel 2019-07-02 09:17:36 +01:00
preferences.js Bug 24193: Add CodeMirror linting of JavaScript, CSS, HTML, and YAML 2020-03-02 10:44:14 +00:00
results.js Bug 24808: enable translation on results.js 2020-05-04 08:23:55 +01:00
stockrotation.js Bug 23013: Upgrade DataTables in the staff client 2019-08-22 15:23:19 +01:00
tags-review.js Bug 23013: Upgrade DataTables in the staff client 2019-08-22 15:23:19 +01:00