From 984775b4342effb9a5baa6e9f0a44c45f18c60c7 Mon Sep 17 00:00:00 2001 From: BTT Manager Date: Wed, 6 Jul 2022 15:28:02 -0400 Subject: [PATCH] updated project manifest.json to change project type from ulb to reg --- manifest.json | 164 +++++++++++++++++++++++++------------------------- 1 file changed, 82 insertions(+), 82 deletions(-) diff --git a/manifest.json b/manifest.json index 51f362b..e07e3ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,84 +1,84 @@ { - "package_version": 7, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "140" - }, - "target_language": { - "id": "tkg", - "name": "Tesaka Malagasy", - "direction": "ltr" - }, - "project": { - "id": "col", - "name": "Colossians" - }, - "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": [ - "MAD132", - "MAD133", - "MAD136", - "MAD135", - "LAPTOP-HA9V2PJ1" - ], - "finished_chunks": [ - "front-title", - "01-title", - "01-01", - "01-04", - "01-07", - "01-09", - "01-11", - "01-13", - "01-15", - "01-18", - "01-21", - "01-24", - "01-28", - "02-title", - "02-01", - "02-04", - "02-06", - "02-08", - "02-10", - "02-13", - "02-16", - "02-18", - "02-20", - "03-title", - "03-01", - "03-05", - "03-09", - "03-12", - "03-15", - "03-18", - "03-22", - "04-title", - "04-01", - "04-02", - "04-05", - "04-07", - "04-10", - "04-12", - "04-15", - "04-18" - ] + "package_version": 7, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "140" + }, + "target_language": { + "id": "tkg", + "name": "Tesaka Malagasy", + "direction": "ltr" + }, + "project": { + "id": "col", + "name": "Colossians" + }, + "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": [ + "MAD132", + "MAD133", + "MAD136", + "MAD135", + "LAPTOP-HA9V2PJ1" + ], + "finished_chunks": [ + "front-title", + "01-title", + "01-01", + "01-04", + "01-07", + "01-09", + "01-11", + "01-13", + "01-15", + "01-18", + "01-21", + "01-24", + "01-28", + "02-title", + "02-01", + "02-04", + "02-06", + "02-08", + "02-10", + "02-13", + "02-16", + "02-18", + "02-20", + "03-title", + "03-01", + "03-05", + "03-09", + "03-12", + "03-15", + "03-18", + "03-22", + "04-title", + "04-01", + "04-02", + "04-05", + "04-07", + "04-10", + "04-12", + "04-15", + "04-18" + ] } \ No newline at end of file