LP#1770973 More local docs
authorBill Erickson <berickxx@gmail.com>
Wed, 1 Aug 2018 20:51:48 +0000 (16:51 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 1 Aug 2018 20:51:48 +0000 (16:51 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/README.adoc

index 6b73bc1..d2ff274 100644 (file)
@@ -108,6 +108,16 @@ npm run build-translations
 ng build --configuration=production-fr-CA --output-path ../../web/eg2/fr-CA --deploy-url /eg2/fr-CA/ --base-href /eg2/fr-CA
 ---------------------------------------------------------------------
 
+* Currently, the IDL import has to be manually modified in 
+  ../../web/eg2/fr-CA/index.html like so:
+* TODO: create a script to do this and modify the "lang" attribute
+  for alt locales.
+
+[source,html]
+---------------------------------------------------------------------
+<script src="/js/dojo/opensrf/JSON_v1.js?locale=fr-CA"></script>
+---------------------------------------------------------------------
+
 === Deploy
 
 Build and install Evergreen code as usual.  Restart Evergreen and Apache.