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

This commit is contained in:
BTT Manager 2022-07-06 15:28:01 -04:00 committed by tsDesktop
parent 9b7efebac1
commit eab7ecdd48
1 changed files with 46 additions and 46 deletions

View File

@ -1,48 +1,48 @@
{
"package_version": 7,
"format": "usfm",
"generator": {
"name": "ts-desktop",
"build": "140"
},
"target_language": {
"id": "tkg",
"name": "Tesaka Malagasy",
"direction": "ltr"
},
"project": {
"id": "2jn",
"name": "2 John"
},
"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": [
"MAD135",
"Dell"
],
"finished_chunks": [
"front-title",
"01-title",
"01-01",
"01-04",
"01-07",
"01-09",
"01-12"
]
"package_version": 7,
"format": "usfm",
"generator": {
"name": "ts-desktop",
"build": "140"
},
"target_language": {
"id": "tkg",
"name": "Tesaka Malagasy",
"direction": "ltr"
},
"project": {
"id": "2jn",
"name": "2 John"
},
"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": [
"MAD135",
"Dell"
],
"finished_chunks": [
"front-title",
"01-title",
"01-01",
"01-04",
"01-07",
"01-09",
"01-12"
]
}