]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1708291: introduce egI18N
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 29 Jun 2017 21:09:54 +0000 (17:09 -0400)
committerDan Wells <dbw2@calvin.edu>
Fri, 1 Sep 2017 16:47:32 +0000 (12:47 -0400)
commit9d4ce86fff2b2c1d3ace88d5379e68de06b71d1a
tree45fdafcc5149d4b55432bce3ee1169d9d6fbb73e
parente9e5e9a7f4d9f85da84f01a8bc3867ed83856cbb
LP#1708291: introduce egI18N

egI18N is a module that will serve as a grab-bag of functions
related to I18N and L10N. The initial function it provides
takes a acpl IDL object and returns a formatted name qualified
by the org unit, with the underlying template accessible
to the translation subsystem.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Conflicts:
Open-ILS/src/templates/staff/base_js.tt2
Open-ILS/web/js/ui/default/staff/Gruntfile.js

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/staff/base_js.tt2
Open-ILS/web/js/ui/default/staff/Gruntfile.js
Open-ILS/web/js/ui/default/staff/services/coresvc.js
Open-ILS/web/js/ui/default/staff/services/i18n.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/test/karma.conf.js