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

This commit is contained in:
BTT Manager 2023-07-19 10:01:16 -04:00 committed by tsDesktop
parent 71b19d90a3
commit 92ba3447e8
1 changed files with 67 additions and 67 deletions

View File

@ -1,69 +1,69 @@
{ {
"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": "Tanosy Malagasy", "name": "Tanosy Malagasy",
"direction": "ltr", "direction": "ltr",
"anglicized_name": "Malagasy, Tanosy", "anglicized_name": "Malagasy, Tanosy",
"region": "Africa", "region": "Africa",
"is_gateway_language": false, "is_gateway_language": false,
"id": "txy" "id": "txy"
}, },
"project": { "project": {
"id": "jon", "id": "jon",
"name": "Jonah" "name": "Jonah"
}, },
"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": [
"TANOSY-003" "TANOSY-003"
], ],
"finished_chunks": [ "finished_chunks": [
"front-title", "front-title",
"01-title", "01-title",
"01-01", "01-01",
"01-04", "01-04",
"01-06", "01-06",
"01-08", "01-08",
"01-11", "01-11",
"01-14", "01-14",
"01-17", "01-17",
"02-title", "02-title",
"02-01", "02-01",
"02-03", "02-03",
"02-05", "02-05",
"02-07", "02-07",
"02-09", "02-09",
"03-title", "03-title",
"03-01", "03-01",
"03-04", "03-04",
"03-06", "03-06",
"03-08", "03-08",
"03-10", "03-10",
"04-title", "04-title",
"04-01", "04-01",
"04-04", "04-04",
"04-06", "04-06",
"04-08", "04-08",
"04-10" "04-10"
] ]
} }