aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-13 14:38:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-13 14:38:48 -0300
commite6cd32648d1e209e8cb72fafac0bb814a259e6e2 (patch)
tree1d9e0da4def9b567f9d1bd22d297f529507d7207
parent6cee175a4b541184d55ee5b7a654dcd7d200b9b2 (diff)
downloadbookup-e6cd32648d1e209e8cb72fafac0bb814a259e6e2.tar.gz
bookup-e6cd32648d1e209e8cb72fafac0bb814a259e6e2.tar.bz2
Fix: template translation0.1.8
-rw-r--r--ChangeLog.md3
-rw-r--r--structure/book/en/00-preamble.md2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index a1bda82..3aa943e 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,7 +1,8 @@
# ChangeLog
-## v0.1.8 - unreleased
+## v0.1.8 - 2024-07-13
+* [x] Template translation fix.
* [x] Put list of etimologies before the list of definitions,
as they may usually come first (at least historically).
diff --git a/structure/book/en/00-preamble.md b/structure/book/en/00-preamble.md
index 60bfc73..b42f744 100644
--- a/structure/book/en/00-preamble.md
+++ b/structure/book/en/00-preamble.md
@@ -9,7 +9,7 @@ if (knitr::is_html_output()) {
cat("\n")
cat('<img src="images/cover.png">')
cat("\n")
- cat("<h2>Sobre</h2>")
+ cat("<h2>About</h2>")
cat("\n")
cat('<em>')
cat(readLines('DISCLAIMER'), sep='\n')