[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 89c70d8cd5ada95eb01d5101343171183fc378e1

Evergreen Git git at git.evergreen-ils.org
Thu Oct 9 14:33:53 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  89c70d8cd5ada95eb01d5101343171183fc378e1 (commit)
      from  63d389525ac7b956d9c515cb048ec1f2b2f2c82c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 89c70d8cd5ada95eb01d5101343171183fc378e1
Author: Ben Shum <bshum at biblio.org>
Date:   Thu Sep 25 01:58:56 2014 -0400

    Update script for update_pofiles
    
    We were missing a few of the folders used for i18n purposes from
    the update_pofiles script. Added the following entries:
    
    FlattenerGrid.js
    match_set.js
    PCrudFilterPane.js
    serial.js
    tpac
    URLVerify.js
    vandelay.js
    
    Also, change from Acq.js to acq.js.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/build/i18n/scripts/update_pofiles b/build/i18n/scripts/update_pofiles
index 6ce727a..141333f 100755
--- a/build/i18n/scripts/update_pofiles
+++ b/build/i18n/scripts/update_pofiles
@@ -55,7 +55,7 @@ my %locs = (
 );
 
 my @pofiles = qw/
-    Acq.js
+    acq.js
     admin.properties
     authority.js
     auth.properties
@@ -67,14 +67,17 @@ my @pofiles = qw/
     conify.dtd
     conify.js
     db.seed
+    FlattenerGrid.js
     fm_IDL.dtd
     ils_events.xml
     lang.dtd
+    match_set.js
     multiclass_search_help.html
     offline.properties
     opac.dtd
     opac.js
     patron.properties
+    PCrudFilterPane.js
     pickup_and_return.js
     pull_list.js
     register.js
@@ -83,10 +86,14 @@ my @pofiles = qw/
     reservation.js
     Searcher.js
     selfcheck.js
+    serial.js
     serial.properties
+    tpac
     TranslatorPopup.js
+    URLVerify.js
     User.js
     vandelay.dtd
+    vandelay.js
     XULTermLoader.js
 /;
 

-----------------------------------------------------------------------

Summary of changes:
 build/i18n/scripts/update_pofiles |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list