From: Ben Shum Date: Thu, 25 Sep 2014 05:58:56 +0000 (-0400) Subject: Update script for update_pofiles X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=89c70d8cd5ada95eb01d5101343171183fc378e1;p=evergreen%2Fpines.git 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 --- diff --git a/build/i18n/scripts/update_pofiles b/build/i18n/scripts/update_pofiles index 6ce727a465..141333fc81 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 /;