From c94b8c9a6864f08aa812f7a5cb3ba33473581a10 Mon Sep 17 00:00:00 2001 From: translationCore User Date: Sat, 19 Sep 2020 08:38:22 +0700 Subject: [PATCH] Migrating Old Project --- manifest.json | 133 ++++++++++++++++++++++++++------------------------ 1 file changed, 69 insertions(+), 64 deletions(-) diff --git a/manifest.json b/manifest.json index 0670d7d..a2096f8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,65 +1,70 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "" - }, - "target_language": { - "id": "vi", - "name": "Tiếng Việt", - "direction": "ltr" - }, - "project": { - "id": "tit", - "name": "Titus" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "udb", - "name": "Unlocked Dynamic Bible" - }, - "source_translations": [ - { - "language_id": "en", - "resource_id": "udb", - "checking_level": 3, - "date_modified": 20160614, - "version": "5" - } - ], - "parent_draft": {}, - "translators": [ - "VGM" - ], - "finished_chunks": [ - "00-title", - "01-01", - "01-04", - "01-06", - "01-08", - "01-10", - "01-12", - "01-14", - "01-15", - "02-01", - "02-03", - "02-06", - "02-09", - "02-11", - "02-14", - "02-15", - "03-01", - "03-03", - "03-04", - "03-06", - "03-08", - "03-09", - "03-12", - "03-14", - "03-15" - ] -} \ No newline at end of file + "generator": { + "name": "ts-desktop", + "build": "" + }, + "target_language": { + "id": "vi", + "name": "Tiếng Việt", + "direction": "ltr" + }, + "project": { + "id": "tit", + "name": "Titus" + }, + "type": { + "id": "text", + "name": "Text" + }, + "source_translations": [ + { + "language_id": "en", + "resource_id": "udb", + "checking_level": 3, + "date_modified": 20160614, + "version": "5" + } + ], + "translators": [ + "VGM" + ], + "checkers": [], + "time_created": "2020-09-19T01:38:22.017Z", + "tools": [], + "repo": "", + "tcInitialized": true, + "package_version": 6, + "format": "usfm", + "resource": { + "id": "udb", + "name": "Unlocked Dynamic Bible" + }, + "parent_draft": {}, + "finished_chunks": [ + "00-title", + "01-01", + "01-04", + "01-06", + "01-08", + "01-10", + "01-12", + "01-14", + "01-15", + "02-01", + "02-03", + "02-06", + "02-09", + "02-11", + "02-14", + "02-15", + "03-01", + "03-03", + "03-04", + "03-06", + "03-08", + "03-09", + "03-12", + "03-14", + "03-15" + ] +}