diff options
author | intrigeri <intrigeri@boum.org> | 2009-01-15 23:04:57 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-01-15 23:04:57 +0100 |
commit | 3ba976d1d3d2122a399298888e28f4c7b3fa9e41 (patch) | |
tree | e446725a9d1346ed1f9524c6e4ddb444ddcf3c6c /doc/plugins | |
parent | 9abda92324e2ae17a7437d7c0dded39cf4462649 (diff) |
po: pages in underlay dirs are not translatable
Fixes build break due to read-only underlay dirs, e.g. basewiki.
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index a064c0f7b..4ed2c6f7c 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -481,10 +481,8 @@ Robustness tests ### Enabling/disabling the plugin -- enabling the plugin with `po_translatable_pages` set to blacklist: - **breaks** due to read-only basewiki -- enabling the plugin with `po_translatable_pages` set to whitelist: - **OK** +- enabling the plugin with `po_translatable_pages` set to blacklist: **OK** +- enabling the plugin with `po_translatable_pages` set to whitelist: **OK** - enabling the plugin without `po_translatable_pages` set: **OK** - disabling the plugin: **OK** |