diff options
-rw-r--r-- | ChangeLog.md | 2 | ||||
-rw-r--r-- | TODO.md | 14 |
2 files changed, 5 insertions, 11 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index d42f41e..691474d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # ChangeLog -## v0.0.7 - unreleased +## v0.0.7 - 2024-06-09 * [x] GitLab CI. @@ -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. |