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 02e01daaec
commit d81157dca2
1 changed files with 80 additions and 80 deletions

View File

@ -1,82 +1,82 @@
{ {
"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": {
"id": "tkg", "id": "tkg",
"name": "Tesaka Malagasy", "name": "Tesaka Malagasy",
"direction": "ltr" "direction": "ltr"
}, },
"project": { "project": {
"id": "1th", "id": "1th",
"name": "1 Thessalonians" "name": "1 Thessalonians"
}, },
"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": "2018-11-01T00:00:00+00:00", "date_modified": "2018-11-01T00:00:00+00:00",
"version": "7.1" "version": "7.1"
} }
], ],
"parent_draft": {}, "parent_draft": {},
"translators": [ "translators": [
"MAD133", "MAD133",
"MAD136", "MAD136",
"MAD134", "MAD134",
"MAD135", "MAD135",
"LAPTOP-HA9V2PJ1" "LAPTOP-HA9V2PJ1"
], ],
"finished_chunks": [ "finished_chunks": [
"front-title", "front-title",
"01-title", "01-title",
"01-01", "01-01",
"01-02", "01-02",
"01-04", "01-04",
"01-06", "01-06",
"01-08", "01-08",
"02-title", "02-title",
"02-01", "02-01",
"02-03", "02-03",
"02-05", "02-05",
"02-07", "02-07",
"02-10", "02-10",
"02-13", "02-13",
"02-14", "02-14",
"02-17", "02-17",
"03-title", "03-title",
"03-01", "03-01",
"03-04", "03-04",
"03-06", "03-06",
"03-08", "03-08",
"03-11", "03-11",
"04-title", "04-title",
"04-01", "04-01",
"04-03", "04-03",
"04-07", "04-07",
"04-09", "04-09",
"04-13", "04-13",
"04-16", "04-16",
"05-title", "05-title",
"05-01", "05-01",
"05-04", "05-04",
"05-08", "05-08",
"05-12", "05-12",
"05-15", "05-15",
"05-19", "05-19",
"05-23", "05-23",
"05-25" "05-25"
] ]
} }