]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPAC: Standardize i18n file installation
authorDan Scott <dscott@laurentian.ca>
Mon, 20 Aug 2012 18:11:50 +0000 (14:11 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 21 Aug 2012 14:00:15 +0000 (10:00 -0400)
commit4bbe2ae8bdeec90e000f35be8aad6b34518ad559
tree0ff43e6a290296b21bc4fcd62338e4e1e75154f9
parent1a0a373a6f8da16bfc22b0503fdf6c1f0453469c
TPAC: Standardize i18n file installation

Make TPAC i18n files act like any other i18n file. In short:

1. When in build/i18n, a 'make LOCALE=fr-CA install' will copy
   the i18n file into the Open-ILS/src/data/locale directory.
2. In the build root, a 'make install' will copy all files from
   Open-ILS/src/data/locale into (by default) the
   /openils/var/data/locale directory.

This also means that when tarballs are created, all of the locales will
get packaged appropriately.

This commit also updates eg_vhost.conf to provide working out-of-the-box
examples for any installed locales, by using the names of the actual
PO files, and adds some contextual comments to explain how the
configuration directives work.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/examples/apache/eg_vhost.conf
Open-ILS/src/Makefile.am
build/i18n/Makefile