]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1717777: absorb all PO files for a locale
authorMike Rylander <mrylander@gmail.com>
Wed, 20 Sep 2017 14:47:01 +0000 (10:47 -0400)
committerBen Shum <ben@evergreener.net>
Wed, 20 Sep 2017 23:41:33 +0000 (19:41 -0400)
commit41dc920959cf4f793e993839b3108b5ae257773c
tree1d44cfe40f2ee43db51162fd8969034227bfc768
parentd07e88235a50dfb7f7ddca8fc265cb94eac69891
LP#1717777: absorb all PO files for a locale

We assumed only one file per locale, but apache <Location>s because are not
independent WRT locale helpers in mod_perl, we need to load all files from
all <Location> directives for a given locale.

NOTE: there is a risk of translation collision, where the same key string in
two PO files have different translations, but in our context that is almost
surely a mistake.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGWeb.pm