From 9b18c8c6d0e713a67452fa8ab4d4f1b7716295d5 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 | 68 +++++++++++++++++++++++-------------- src/ch00-00-introduction.md | 2 +- src/lib.rs | 64 +++++++++++++++++++++------------- 3 files changed, 83 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index e31ab29..488e6e1 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 //! ==================