3
# remove a text from *.po files
7
die "usage: rm_text id\n" if @ARGV != 1;
10
$id = "txt_$id" unless $id =~ /^txt_/;
14
for $f ("bootloader.pot", <*.po>) {
19
( $new, $old ) = drop @f;
20
if(open F, ">>old/$f") {
35
my (@f, @g, $drop_it, @d);
39
$drop_it = 1 if /^#\.\s*${id}\s*$/;