LP#1710512 - OPAC js strings need to be i18n-izable collab/dyrcona/lp1710512-OPAC_i18n_js_strings_signoff
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Thu, 24 Aug 2017 21:17:11 +0000 (17:17 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 28 Aug 2017 17:11:22 +0000 (13:11 -0400)
commit3b718fb1349d7711a749b2242bf8cd0d91ed5e4c
treea07fa989c05adb641884ee9f3e79d6eb12a8d83e
parented74d3a738932f88bf7eaed4e68e727f898257ac
LP#1710512 - OPAC js strings need to be i18n-izable

Adds a way to translate displayed string messages, in OPAC
JS source code alerts and other outputs. This is done by having
js.tt2 include i18n-strings.tt2 which contains an explosed/global
JS blob variable called eg_opac_i18n. This is intended to work
in similar fashion as base_js.tt2 in the webstaff ng client.

Signed-off by: Cesar Velez <cesar.velez@equinoxinitiative.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/templates/opac/i18n_strings.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/js.tt2
Open-ILS/web/js/ui/default/opac/holds-validation.js