diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:36:24 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:36:24 +0100 |
commit | 4f568ab53f2df5a903dfa0131b277fb4b020125f (patch) | |
tree | 9fe27cc823f82645aa733029815adb386a2cbc5d /ChangeLog.md | |
parent | 456bdacb230fbfcb93114c663685551101dd2543 (diff) | |
download | bookup-4f568ab53f2df5a903dfa0131b277fb4b020125f.tar.gz bookup-4f568ab53f2df5a903dfa0131b277fb4b020125f.tar.bz2 |
Feat: localization support
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 119cfa5..d8ca7b1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,9 +2,11 @@ ## v0.0.8 - unreleased -* [x] Towards localization support: +* [x] Localization support: * [x] Detect the `lang` YAML parameters and use templates from `{templates,structure}/{book,notes}/$lang`. + * [x] Compile the `_output.yml` from a template, setting the `includes` + from the appropriate language-based structure files. ## v0.0.7 - 2024-06-09 |