updated project manifest.json to change project type from ulb to reg

This commit is contained in:
BTT Manager 2023-07-12 23:01:56 -04:00 committed by tsDesktop
parent c5f52f7d41
commit 377ac0ab36
1 changed files with 68 additions and 68 deletions

View File

@ -1,70 +1,70 @@
{ {
"package_version": 7, "package_version": 7,
"format": "usfm", "format": "usfm",
"generator": { "generator": {
"name": "ts-desktop", "name": "ts-desktop",
"build": "140" "build": "140"
}, },
"target_language": { "target_language": {
"name": "Masikoro Malagasy", "name": "Masikoro Malagasy",
"direction": "ltr", "direction": "ltr",
"anglicized_name": "Malagasy, Plateau", "anglicized_name": "Malagasy, Plateau",
"region": "Africa", "region": "Africa",
"is_gateway_language": false, "is_gateway_language": false,
"id": "msh" "id": "msh"
}, },
"project": { "project": {
"id": "zep", "id": "zep",
"name": "Zephaniah" "name": "Zephaniah"
}, },
"type": { "type": {
"id": "text", "id": "text",
"name": "Text" "name": "Text"
}, },
"resource": { "resource": {
"id": "ulb", "id": "reg",
"name": "Unlocked Literal Bible" "name": "Regular"
}, },
"source_translations": [ "source_translations": [
{ {
"language_id": "plt", "language_id": "plt",
"resource_id": "ulb", "resource_id": "ulb",
"checking_level": "3", "checking_level": "3",
"date_modified": "2020-12-30T00:00:00+00:00", "date_modified": "2020-12-30T00:00:00+00:00",
"version": "7.2" "version": "7.2"
} }
], ],
"translators": [ "translators": [
"MASIKORO-002" "MASIKORO-002"
], ],
"finished_chunks": [ "finished_chunks": [
"front-title", "front-title",
"01-title", "01-title",
"01-01", "01-01",
"01-04", "01-04",
"01-07", "01-07",
"01-10", "01-10",
"01-12", "01-12",
"01-14", "01-14",
"01-17", "01-17",
"02-title", "02-title",
"02-01", "02-01",
"02-04", "02-04",
"02-06", "02-06",
"02-08", "02-08",
"02-10", "02-10",
"02-12", "02-12",
"02-15", "02-15",
"03-title", "03-title",
"03-01", "03-01",
"03-03", "03-03",
"03-05", "03-05",
"03-06", "03-06",
"03-08", "03-08",
"03-09", "03-09",
"03-12", "03-12",
"03-17", "03-17",
"03-19", "03-19",
"03-14" "03-14"
] ]
} }