X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/23dccccdf22e09f1f9f0b8142a16983b93eaed5f..886f35153b0945ec39568c61d3e7451c18be6be8:/doc/plugins/po.mdwn diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 69fce52ef..2b0fba628 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -122,6 +122,15 @@ lighttpd unfortunately does not support content negotiation. TODO ==== +Optimization +------------ + +Move `match_istranslation` and `match_istranslatable` code into helper +functions, and pre-compute what can be early in the build process: + +- the list of translatable (master) pages +- for every translatable page, the list of slave pages + Display available translations ------------------------------ @@ -162,6 +171,8 @@ The latter can be implemented by making any "slave" page depend on the corresponding "master" page. The `add_depends` function can achieve 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 ---------------------------------------------------