From 574cda5dc0108493d8ae81a4607f69b278590f3d Mon Sep 17 00:00:00 2001 From: Ralf Zerres Date: Thu, 17 Oct 2024 11:40:15 +0200 Subject: [PATCH] Internationalization support via mdbook-i18n-helper * include links to the github sources * prepare hint on howto create other language versions --- README.md | 43 +++++++++++++++++--------- src/ch00-00-introduction.md | 2 +- src/lib.rs | 60 +++++++++++++++++++++++-------------- 3 files changed, 68 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index e31ab29..1cbbaad 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ![Welcome to the element-call book.][element_call_book] -This repository contains the text source for `The Element-Call` book. +This repository contains the text source for "The Element-Call" book. We will further reference to it as the `Element-Call Book`. -[element_call_book]: https://gitea.networkx.de/rzerres/element-call-book/src/branch/main/src/img/element-call-1.png +[element_call_book]: https://gitea.networkx.de/rzerres/element-call-book/src/branch/main/src/img/element-call-webui.png #### 🛠️ Development ================== diff --git a/src/ch00-00-introduction.md b/src/ch00-00-introduction.md index d806aad..7fedb0b 100644 --- a/src/ch00-00-introduction.md +++ b/src/ch00-00-introduction.md @@ -65,7 +65,7 @@ The intention of `Element-Call` book is to help interested developers and admini The source files of the book are maintained as a git submodule found at [`Element-Call book`][element_call_book]. -[element_call_book]: https://gitea.networkx.de/rzerres/element-call-book/book-en +[element_call_book]: https://gitea.networkx.de/rzerres/element-call-book/book_en //! //! ### 🛠️ Development //! ==================