diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 14 |
1 files changed, 4 insertions, 10 deletions
@@ -15,8 +15,10 @@ ## Improvements -* [ ] Localization support, by detecting the `lang` YAML parameters and using - templates from `templates/{book,notes}/$lang`. +* [ ] Localization support: + * [ ] By detecting the `lang` YAML parameters and using templates from + `templates/{book,notes}/$lang`. + * [ ] Setup a PO-file workflow for translating the templates. * [ ] Suport for a `BASE_URL` environment variable? It would be applied as a template variable in `%%base_url%%` placeholers, allowing the compile material to have links among themselves. @@ -31,11 +33,3 @@ * [ ] Books using Bookup. * [ ] Similar projects, like: * [ ] [Repositórios da Editora Hedra](https://github.com/hedra-editora). - -## Bonus - -* [ ] Localization support? - * It makes sense to localize common strings in the book structure. - * But maybe it does not make much sense to localize strings in PO files for - the content itself, since long text translations may need an engine that is - not line based. Needs more thinking. |