[open-ils-commits] r7561 - in branches/rel_1_0/Open-ILS:
examples/apache web/opac/locale
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Jul 18 07:35:32 EDT 2007
Author: erickson
Date: 2007-07-18 07:29:52 -0400 (Wed, 18 Jul 2007)
New Revision: 7561
Added:
branches/rel_1_0/Open-ILS/web/opac/locale/fr-CA/
Modified:
branches/rel_1_0/Open-ILS/examples/apache/eg_vhost.conf
Log:
back-ported fr-CA OPAC translation: svn merge -r7559:7560 svn://svn.open-ils.org/ILS/trunk .
Modified: branches/rel_1_0/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- branches/rel_1_0/Open-ILS/examples/apache/eg_vhost.conf 2007-07-18 11:27:22 UTC (rev 7560)
+++ branches/rel_1_0/Open-ILS/examples/apache/eg_vhost.conf 2007-07-18 11:29:52 UTC (rev 7561)
@@ -62,7 +62,7 @@
# add languages as necessary
SetEnvIf Request_URI "/en-US/" locale=en-US
- SetEnvIf Request_URI "/fr/" locale=fr
+ SetEnvIf Request_URI "/fr-CA/" locale=fr-CA
SetEnvIf Request_URI ".*" OILS_OPAC_BASE=/opac/
</LocationMatch>
Copied: branches/rel_1_0/Open-ILS/web/opac/locale/fr-CA (from rev 7560, trunk/Open-ILS/web/opac/locale/fr-CA)
More information about the open-ils-commits
mailing list