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,
"format": "usfm",
"generator": {
"name": "ts-desktop",
"build": "140"
},
"target_language": {
"name": "Masikoro Malagasy",
"direction": "ltr",
"anglicized_name": "Malagasy, Plateau",
"region": "Africa",
"is_gateway_language": false,
"id": "msh"
},
"project": {
"id": "zep",
"name": "Zephaniah"
},
"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-002"
],
"finished_chunks": [
"front-title",
"01-title",
"01-01",
"01-04",
"01-07",
"01-10",
"01-12",
"01-14",
"01-17",
"02-title",
"02-01",
"02-04",
"02-06",
"02-08",
"02-10",
"02-12",
"02-15",
"03-title",
"03-01",
"03-03",
"03-05",
"03-06",
"03-08",
"03-09",
"03-12",
"03-17",
"03-19",
"03-14"
]
"package_version": 7,
"format": "usfm",
"generator": {
"name": "ts-desktop",
"build": "140"
},
"target_language": {
"name": "Masikoro Malagasy",
"direction": "ltr",
"anglicized_name": "Malagasy, Plateau",
"region": "Africa",
"is_gateway_language": false,
"id": "msh"
},
"project": {
"id": "zep",
"name": "Zephaniah"
},
"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-002"
],
"finished_chunks": [
"front-title",
"01-title",
"01-01",
"01-04",
"01-07",
"01-10",
"01-12",
"01-14",
"01-17",
"02-title",
"02-01",
"02-04",
"02-06",
"02-08",
"02-10",
"02-12",
"02-15",
"03-title",
"03-01",
"03-03",
"03-05",
"03-06",
"03-08",
"03-09",
"03-12",
"03-17",
"03-19",
"03-14"
]
}