po plugin: added *.pot to wiki_file_prune_regexps
Signed-off-by: intrigeri <intrigeri@boum.org>master
parent
e163b037bf
commit
458ccebdd3
|
@ -82,6 +82,7 @@ sub checkconfig () { #{{{
|
||||||
if ($config{po_link_to} eq "negotiated" && ! $config{usedirs}) {
|
if ($config{po_link_to} eq "negotiated" && ! $config{usedirs}) {
|
||||||
error(gettext("po_link_to=negotiated requires usedirs to be set"));
|
error(gettext("po_link_to=negotiated requires usedirs to be set"));
|
||||||
}
|
}
|
||||||
|
push @{$config{wiki_file_prune_regexps}}, qr/\.pot$/;
|
||||||
} #}}}
|
} #}}}
|
||||||
|
|
||||||
sub scan (@) { #{{{
|
sub scan (@) { #{{{
|
||||||
|
|
|
@ -173,8 +173,6 @@ The latter can be implemented by making any "slave" page depend on the
|
||||||
corresponding "master" page. The `add_depends` function can achieve
|
corresponding "master" page. The `add_depends` function can achieve
|
||||||
this, if used in a **FIXME** hook.
|
this, if used in a **FIXME** hook.
|
||||||
|
|
||||||
The POT files should not be published on the wiki.
|
|
||||||
|
|
||||||
UI consistency: rename "Edit" button on slave pages
|
UI consistency: rename "Edit" button on slave pages
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue