]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1710512 - OPAC js strings need to be i18n-izable
authorCesar Velez <cesar.velez@equinoxinitiative.org>
Thu, 24 Aug 2017 21:17:11 +0000 (17:17 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 29 Aug 2017 22:11:12 +0000 (18:11 -0400)
commit4bea26e2721cd0cb52f2a4a6f7b570e98a83b720
tree0237eb62b24170be027051632799b889c0da9a23
parent4b462fb7dd61713d69c89d3b02c4ad77217b441d
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>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
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