From 45659fdbbc1163efd71ed89f892beeeeffd54cee Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 8 Feb 2019 19:58:55 +0100 Subject: skeleton for the Russian translation of the book --- ru/book.toml | 5 +++++ ru/src/SUMMARY.md | 3 +++ ru/src/chapter_1.md | 1 + 3 files changed, 9 insertions(+) create mode 100644 ru/book.toml create mode 100644 ru/src/SUMMARY.md create mode 100644 ru/src/chapter_1.md (limited to 'ru') diff --git a/ru/book.toml b/ru/book.toml new file mode 100644 index 0000000..c611ce0 --- /dev/null +++ b/ru/book.toml @@ -0,0 +1,5 @@ +[book] +authors = ["Jorge Aparicio"] +multilingual = false +src = "src" +title = "Real Time For the Masses" diff --git a/ru/src/SUMMARY.md b/ru/src/SUMMARY.md new file mode 100644 index 0000000..7390c82 --- /dev/null +++ b/ru/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +- [Chapter 1](./chapter_1.md) diff --git a/ru/src/chapter_1.md b/ru/src/chapter_1.md new file mode 100644 index 0000000..b743fda --- /dev/null +++ b/ru/src/chapter_1.md @@ -0,0 +1 @@ +# Chapter 1 -- cgit v1.2.3