From 510c100769a4dc0fec5e3afeb6b86012086ddb79 Mon Sep 17 00:00:00 2001 From: tipaul Date: Thu, 15 Sep 2005 10:08:09 +0000 Subject: [PATCH] - updating update.pl to avoir *unimarc* templates strings (that are in french only) - updating stats.html, to show translation status today --- misc/translator/po/stats.pl | 1 + misc/translator/po/update.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/translator/po/stats.pl b/misc/translator/po/stats.pl index e0593fff3c..8b2498284b 100755 --- a/misc/translator/po/stats.pl +++ b/misc/translator/po/stats.pl @@ -31,6 +31,7 @@ $lang{es_AR} = "Spanish (Argentinian)"; $lang{fr_FR} = "French"; # FIXME: should be just "fr" $lang{it_IT} = "Italian"; # FIXME: should be just "it" $lang{my_MM} = "Burmese (Myanmar)"; +$lang{ta_MY} = "Tamoul"; $lang{pl_PL} = "Polish"; # FIXME: should be just "pl" $lang{pt_BR} = "Portuguese (Brazilian)"; $lang{'sr@Latn'} = "Serbian (Latin)"; diff --git a/misc/translator/po/update.pl b/misc/translator/po/update.pl index 6021cdff4f..86d041b21f 100755 --- a/misc/translator/po/update.pl +++ b/misc/translator/po/update.pl @@ -50,7 +50,7 @@ for my $spec ( rename($target, "$target~") if $pot_p; exec('./tmpl_process3.pl', ($pot_p? 'create': 'update'), '-i', "../../koha-tmpl/$module-tmpl/$theme/en/", - '-s', $target, '-r'); + '-s', $target, '-r', '-x', '.*unimarc.*'); die "tmpl_process3.pl: exec: $!\n"; } -- 2.39.5