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

This commit is contained in:
BTT Manager 2022-07-06 15:28:04 -04:00 committed by tsDesktop
parent b1c8458685
commit a21fd4ed62
1 changed files with 67 additions and 67 deletions

View File

@ -1,69 +1,69 @@
{
"package_version": 7,
"format": "usfm",
"generator": {
"name": "ts-desktop",
"build": "140"
},
"target_language": {
"id": "tkg",
"name": "Tesaka Malagasy",
"direction": "ltr"
},
"project": {
"id": "tit",
"name": "Titus"
},
"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"
}
],
"parent_draft": {},
"translators": [
"MAD132",
"Dell"
],
"finished_chunks": [
"front-title",
"01-title",
"01-01",
"01-04",
"01-06",
"01-08",
"01-10",
"01-12",
"01-14",
"01-15",
"02-title",
"02-01",
"02-03",
"02-06",
"02-09",
"02-11",
"02-14",
"02-15",
"03-title",
"03-01",
"03-03",
"03-04",
"03-06",
"03-08",
"03-09",
"03-12",
"03-14",
"03-15"
]
"package_version": 7,
"format": "usfm",
"generator": {
"name": "ts-desktop",
"build": "140"
},
"target_language": {
"id": "tkg",
"name": "Tesaka Malagasy",
"direction": "ltr"
},
"project": {
"id": "tit",
"name": "Titus"
},
"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"
}
],
"parent_draft": {},
"translators": [
"MAD132",
"Dell"
],
"finished_chunks": [
"front-title",
"01-title",
"01-01",
"01-04",
"01-06",
"01-08",
"01-10",
"01-12",
"01-14",
"01-15",
"02-title",
"02-01",
"02-03",
"02-06",
"02-09",
"02-11",
"02-14",
"02-15",
"03-title",
"03-01",
"03-03",
"03-04",
"03-06",
"03-08",
"03-09",
"03-12",
"03-14",
"03-15"
]
}