po plugin: added todo note about optimization

Signed-off-by: intrigeri <intrigeri@boum.org>
master
intrigeri 2008-10-10 19:29:16 +02:00
parent ffd1fff775
commit b852b0655c
1 changed files with 9 additions and 0 deletions

View File

@ -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
------------------------------