po: added pofiles() function, will use this soon
Signed-off-by: intrigeri <intrigeri@boum.org>master
parent
61a01d3388
commit
3e341e64c2
|
@ -153,6 +153,11 @@ sub pofile ($$) { #{{{
|
|||
return File::Spec->catpath('', $dir, $name . "." . $lang . ".po");
|
||||
} #}}}
|
||||
|
||||
sub pofiles ($) { #{{{
|
||||
my $masterfile=shift;
|
||||
return map pofile($masterfile, $_), (keys %{$config{po_slave_languages}});
|
||||
} #}}}
|
||||
|
||||
sub refreshpot ($) { #{{{
|
||||
my $masterfile=shift;
|
||||
|
||||
|
|
Loading…
Reference in New Issue