From 74f260888ecf7459958b6fef0d9d401a2c2e5f2c Mon Sep 17 00:00:00 2001 From: BTT Manager Date: Wed, 12 Jul 2023 23:01:56 -0400 Subject: [PATCH] updated project manifest.json to change project type from ulb to reg --- manifest.json | 166 +++++++++++++++++++++++++------------------------- 1 file changed, 83 insertions(+), 83 deletions(-) diff --git a/manifest.json b/manifest.json index 8fac5e5..fdd7fdd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,85 +1,85 @@ { - "package_version": 7, - "format": "usfm", - "generator": { - "name": "ts-desktop", - "build": "140" - }, - "target_language": { - "name": "Masikoro Malagasy", - "direction": "ltr", - "anglicized_name": "Malagasy, Masikoro", - "region": "Africa", - "is_gateway_language": false, - "id": "msh" - }, - "project": { - "id": "rut", - "name": "Ruth" - }, - "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": "2020-12-30T00:00:00+00:00", - "version": "7.2" - } - ], - "translators": [ - "MASIKORO-003" - ], - "finished_chunks": [ - "front-title", - "01-title", - "01-01", - "01-03", - "01-06", - "01-08", - "01-11", - "01-14", - "01-16", - "01-19", - "01-22", - "02-01", - "02-03", - "02-05", - "02-10", - "02-13", - "02-14", - "02-15", - "02-17", - "02-19", - "02-21", - "02-23", - "03-title", - "04-title", - "03-01", - "03-03", - "03-06", - "03-08", - "03-10", - "03-12", - "03-14", - "03-16", - "04-01", - "04-03", - "04-05", - "04-07", - "04-09", - "04-11", - "04-13", - "04-16", - "04-18", - "02-08", - "02-title" - ] + "package_version": 7, + "format": "usfm", + "generator": { + "name": "ts-desktop", + "build": "140" + }, + "target_language": { + "name": "Masikoro Malagasy", + "direction": "ltr", + "anglicized_name": "Malagasy, Masikoro", + "region": "Africa", + "is_gateway_language": false, + "id": "msh" + }, + "project": { + "id": "rut", + "name": "Ruth" + }, + "type": { + "id": "text", + "name": "Text" + }, + "resource": { + "id": "reg", + "name": "Regular" + }, + "source_translations": [ + { + "language_id": "plt", + "resource_id": "ulb", + "checking_level": "3", + "date_modified": "2020-12-30T00:00:00+00:00", + "version": "7.2" + } + ], + "translators": [ + "MASIKORO-003" + ], + "finished_chunks": [ + "front-title", + "01-title", + "01-01", + "01-03", + "01-06", + "01-08", + "01-11", + "01-14", + "01-16", + "01-19", + "01-22", + "02-01", + "02-03", + "02-05", + "02-10", + "02-13", + "02-14", + "02-15", + "02-17", + "02-19", + "02-21", + "02-23", + "03-title", + "04-title", + "03-01", + "03-03", + "03-06", + "03-08", + "03-10", + "03-12", + "03-14", + "03-16", + "04-01", + "04-03", + "04-05", + "04-07", + "04-09", + "04-11", + "04-13", + "04-16", + "04-18", + "02-08", + "02-title" + ] } \ No newline at end of file