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 6dc4e4b51d
commit 0aa7c8a7b1
1 changed files with 80 additions and 80 deletions

View File

@ -1,82 +1,82 @@
{
"package_version": 7,
"format": "usfm",
"generator": {
"name": "ts-desktop",
"build": "140"
},
"target_language": {
"name": "Tanosy Malagasy",
"direction": "ltr",
"anglicized_name": "Malagasy, Tanosy",
"region": "Africa",
"is_gateway_language": false,
"id": "txy"
},
"project": {
"id": "jol",
"name": "Joel"
},
"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": [
"TANOSY-003"
],
"finished_chunks": [
"front-title",
"01-title",
"01-01",
"01-04",
"01-05",
"01-08",
"01-11",
"01-13",
"01-15",
"01-18",
"02-title",
"02-01",
"02-03",
"02-04",
"02-06",
"02-08",
"02-10",
"02-12",
"02-14",
"02-15",
"02-17",
"02-18",
"02-20",
"02-21",
"02-24",
"02-26",
"02-28",
"02-30",
"02-32",
"03-title",
"03-01",
"03-04",
"03-07",
"03-09",
"03-11",
"03-12",
"03-14",
"03-16",
"03-18",
"03-20"
]
"package_version": 7,
"format": "usfm",
"generator": {
"name": "ts-desktop",
"build": "140"
},
"target_language": {
"name": "Tanosy Malagasy",
"direction": "ltr",
"anglicized_name": "Malagasy, Tanosy",
"region": "Africa",
"is_gateway_language": false,
"id": "txy"
},
"project": {
"id": "jol",
"name": "Joel"
},
"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": [
"TANOSY-003"
],
"finished_chunks": [
"front-title",
"01-title",
"01-01",
"01-04",
"01-05",
"01-08",
"01-11",
"01-13",
"01-15",
"01-18",
"02-title",
"02-01",
"02-03",
"02-04",
"02-06",
"02-08",
"02-10",
"02-12",
"02-14",
"02-15",
"02-17",
"02-18",
"02-20",
"02-21",
"02-24",
"02-26",
"02-28",
"02-30",
"02-32",
"03-title",
"03-01",
"03-04",
"03-07",
"03-09",
"03-11",
"03-12",
"03-14",
"03-16",
"03-18",
"03-20"
]
}