]> git.evergreen-ils.org Git - working/Evergreen.git/commit
build/i18n/Makefile.in:
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 10 Sep 2008 03:09:02 +0000 (03:09 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 10 Sep 2008 03:09:02 +0000 (03:09 +0000)
commit6b7763c284ef7f9fc9147a0922ef2328cc81c1c1
tree32f0acf8f1b9c04cf815de021bd9d1fb39bc8c7c
parentc3f1d70369bf7c7ff7e01c78416f128e5ba6e3eb
build/i18n/Makefile.in:
  * Install the entityized version of fm_IDL.xml in /reports/ if any locale
    is installed
  * Install the DTD set of entities for fm_IDL.xml for each localization
Open-ILS/src/Makefile.am:
  * Copy, don't link, fm_IDL.xml into /reports/ - this avoids the /conf/
    version from getting replaced by the entityized version (which messes
    up cstore but good)
Open-ILS/examples/apache/eg_vhost.conf:
  * Add rudimentary locale settings for the reports interface, based on
    the contents of the Accept-Language header (assuming that we will
    only support one language in the header at a time in the staff client;
    otherwise, the last match in eg_vhost.conf wins despite the order of
    entries in the header)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@10571 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/apache/eg_vhost.conf
Open-ILS/src/Makefile.am
build/i18n/Makefile.in