From 006e07e676746a99dae13097e55870913681cc2f Mon Sep 17 00:00:00 2001 From: BTT Manager Date: Wed, 6 Jul 2022 10:02:04 -0400 Subject: [PATCH] updated project manifest.json to change project type from ulb to reg --- manifest.json | 178 +++++++++++++++++++++++++------------------------- 1 file changed, 89 insertions(+), 89 deletions(-) diff --git a/manifest.json b/manifest.json index 63203f9..4cfab4f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,91 +1,91 @@ { - "package_version": 6, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "132" - }, - "target_language": { - "id": "plt-x-sihanaka", - "name": "Sihanaka", - "direction": "ltr" - }, - "project": { - "id": "jas", - "name": "James" - }, - "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": [ - "MAD108", - "MAD105", - "MAD109", - "DELL" - ], - "finished_chunks": [ - "front-title", - "01-title", - "01-01", - "01-04", - "01-06", - "01-09", - "01-12", - "01-14", - "01-17", - "01-19", - "01-22", - "01-26", - "02-title", - "02-01", - "02-05", - "02-08", - "02-10", - "02-12", - "02-14", - "02-18", - "02-21", - "02-25", - "03-title", - "03-01", - "03-03", - "03-05", - "03-07", - "03-09", - "03-11", - "03-13", - "03-15", - "04-title", - "04-01", - "04-04", - "04-06", - "04-08", - "04-11", - "04-13", - "04-15", - "05-title", - "05-01", - "05-04", - "05-07", - "05-09", - "05-12", - "05-13", - "05-16", - "05-19" - ] + "package_version": 6, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "132" + }, + "target_language": { + "id": "plt-x-sihanaka", + "name": "Sihanaka", + "direction": "ltr" + }, + "project": { + "id": "jas", + "name": "James" + }, + "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": [ + "MAD108", + "MAD105", + "MAD109", + "DELL" + ], + "finished_chunks": [ + "front-title", + "01-title", + "01-01", + "01-04", + "01-06", + "01-09", + "01-12", + "01-14", + "01-17", + "01-19", + "01-22", + "01-26", + "02-title", + "02-01", + "02-05", + "02-08", + "02-10", + "02-12", + "02-14", + "02-18", + "02-21", + "02-25", + "03-title", + "03-01", + "03-03", + "03-05", + "03-07", + "03-09", + "03-11", + "03-13", + "03-15", + "04-title", + "04-01", + "04-04", + "04-06", + "04-08", + "04-11", + "04-13", + "04-15", + "05-title", + "05-01", + "05-04", + "05-07", + "05-09", + "05-12", + "05-13", + "05-16", + "05-19" + ] } \ No newline at end of file