diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-06 13:29:48 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-06 13:29:48 +0100 |
commit | 419de149a6b4c1cf598f33f0c96a2a21104528ec (patch) | |
tree | 28e8b0c1d0a01514d5a2a1e5da2536eed808563e /doc | |
parent | 34afa2c07d2defcaf683cf8d7eb486517b4fc389 (diff) |
po: mark po_translatable_pages as a safe configuration setting
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/po.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index f10ee1d2c..ee6dbb097 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -258,12 +258,12 @@ be fixed by something like [[todo/using_meta_titles_for_parentlinks]]. ### websetup Which configuration settings are safe enough for websetup, apart of -`po_master_language` and `po_slave_languages` that already have -been checked? +`po_master_language`, `po_slave_languages` and `po_translatable_pages` +that have been checked already? -> `po_translatable_pages` seems entirely safe. `po_link_to` w/o usedirs -> causes ikiwiki to error out. If it were changed to fall back to a safe -> setting in this case rather than error, it would be safe. +> `po_link_to` w/o usedirs causes ikiwiki to error out. If it were +> changed to fall back to a safe setting in this case rather than +> error, it would be safe. > --[[Joey]] ### backlinks |