From 8b2a5fbad2bf27b63a213278f11ce6f9bf03807c Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 9 Jul 2009 02:55:50 +0000 Subject: [PATCH] Merge r13546 from trunk: Need to generate the opac.js Dojo string file, too git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@13548 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- build/i18n/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/i18n/Makefile b/build/i18n/Makefile index bbb9c5ab33..a3d69a8aff 100644 --- a/build/i18n/Makefile +++ b/build/i18n/Makefile @@ -89,6 +89,7 @@ dojo2pot: po2dojo: @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/conify.js.po --output $(PROJECT)/$(LOCALE)/conify.js + @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/opac.js.po --output $(PROJECT)/$(LOCALE)/opac.js @scripts/dojo_resource.py --create $(POINDIR)/$(LOCALE)/reports.js.po --output $(PROJECT)/$(LOCALE)/reports.js ils2pot: -- 2.11.0