From 429acf859539a1ac9e72c9872ad131865eacd296 Mon Sep 17 00:00:00 2001 From: Yuri Date: Tue, 3 Nov 2020 19:25:15 +0300 Subject: [PATCH] =?UTF-8?q?Tue=20Nov=2003=202020=2019:25:15=20GMT+0300=20(?= =?UTF-8?q?=D0=9C=D0=BE=D1=81=D0=BA=D0=B2=D0=B0,=20=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=BD=D0=B4=D0=B0=D1=80=D1=82=D0=BD=D0=BE=D0=B5=20=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=BC=D1=8F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.md | 7 +++++++ manifest.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 LICENSE.md create mode 100644 manifest.json diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..93297d7 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +# License + +This work is made available under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA). To view a copy of this license, visit [http://creativecommons.org/licenses/by-sa/4.0/](http://creativecommons.org/licenses/by-sa/4.0/) or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. + +If you would like to notify unfoldingWord regarding your translation of this work, please contact us at [https://unfoldingword.org/contact/](https://unfoldingword.org/contact/). + +This PDF was generated using Prince (https://www.princexml.com/). diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..e1df4cc --- /dev/null +++ b/manifest.json @@ -0,0 +1,29 @@ +{ + "package_version": 7, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "148" + }, + "target_language": { + "id": "ru", + "name": "Русский", + "direction": "ltr" + }, + "project": { + "id": "tit", + "name": "Titus" + }, + "type": { + "id": "text", + "name": "Текст" + }, + "resource": { + "id": "reg", + "name": "Обычный" + }, + "source_translations": [], + "parent_draft": {}, + "translators": [], + "finished_chunks": [] +} \ No newline at end of file