From d81157dca20b3314ec6188e918e76114779e3bcd Mon Sep 17 00:00:00 2001 From: BTT Manager Date: Wed, 6 Jul 2022 15:28:01 -0400 Subject: [PATCH] updated project manifest.json to change project type from ulb to reg --- manifest.json | 160 +++++++++++++++++++++++++------------------------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/manifest.json b/manifest.json index 345131d..851b9ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,82 +1,82 @@ { - "package_version": 7, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "140" - }, - "target_language": { - "id": "tkg", - "name": "Tesaka Malagasy", - "direction": "ltr" - }, - "project": { - "id": "1th", - "name": "1 Thessalonians" - }, - "type": { - "id": "text", - "name": "Text" - }, - "resource": { - "id": "ulb", - "name": "Unlocked Literal Bible" - }, - "source_translations": [ - { - "language_id": "plt", - "resource_id": "ulb", - "checking_level": "3", - "date_modified": "2018-11-01T00:00:00+00:00", - "version": "7.1" - } - ], - "parent_draft": {}, - "translators": [ - "MAD133", - "MAD136", - "MAD134", - "MAD135", - "LAPTOP-HA9V2PJ1" - ], - "finished_chunks": [ - "front-title", - "01-title", - "01-01", - "01-02", - "01-04", - "01-06", - "01-08", - "02-title", - "02-01", - "02-03", - "02-05", - "02-07", - "02-10", - "02-13", - "02-14", - "02-17", - "03-title", - "03-01", - "03-04", - "03-06", - "03-08", - "03-11", - "04-title", - "04-01", - "04-03", - "04-07", - "04-09", - "04-13", - "04-16", - "05-title", - "05-01", - "05-04", - "05-08", - "05-12", - "05-15", - "05-19", - "05-23", - "05-25" - ] + "package_version": 7, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "140" + }, + "target_language": { + "id": "tkg", + "name": "Tesaka Malagasy", + "direction": "ltr" + }, + "project": { + "id": "1th", + "name": "1 Thessalonians" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [ + { + "language_id": "plt", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": "2018-11-01T00:00:00+00:00", + "version": "7.1" + } + ], + "parent_draft": {}, + "translators": [ + "MAD133", + "MAD136", + "MAD134", + "MAD135", + "LAPTOP-HA9V2PJ1" + ], + "finished_chunks": [ + "front-title", + "01-title", + "01-01", + "01-02", + "01-04", + "01-06", + "01-08", + "02-title", + "02-01", + "02-03", + "02-05", + "02-07", + "02-10", + "02-13", + "02-14", + "02-17", + "03-title", + "03-01", + "03-04", + "03-06", + "03-08", + "03-11", + "04-title", + "04-01", + "04-03", + "04-07", + "04-09", + "04-13", + "04-16", + "05-title", + "05-01", + "05-04", + "05-08", + "05-12", + "05-15", + "05-19", + "05-23", + "05-25" + ] } \ No newline at end of file