The only unsafe thing should be that enabling it with some languages will
generate po files.
sub getsetup () {
return
plugin => {
- safe => 0,
+ safe => 1,
rebuild => 1, # format plugin
section => "format",
},
'es|EspaƱol',
'de|Deutsch'
],
- description => "slave languages (PO files)",
+ description => "slave languages (translated via PO files) format: ll|Langname",
safe => 1,
rebuild => 1,
},
perl taint checking happy, but taint checking is disabled.
* teximg: Use Unicode UTF-8 encoding by default. Closes: #596067
Thanks, Paul Menzel.
+ * po: Allow enabling via web setup.
-- Joey Hess <joeyh@debian.org> Tue, 07 Sep 2010 12:08:05 -0400