From a05cb28a6ad49a96e98d4e7d07ba18651cbb7080 Mon Sep 17 00:00:00 2001 From: ghayden Date: Thu, 19 Nov 2020 13:09:51 -0600 Subject: [PATCH] Auto saving at translationWords apostle 1ti 1:1 --- .../1ti/currentContextId/contextId.json | 15 ++++++++++++++- manifest.json | 7 +++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.apps/translationCore/index/translationWords/1ti/currentContextId/contextId.json b/.apps/translationCore/index/translationWords/1ti/currentContextId/contextId.json index a0548be..7c6a541 100644 --- a/.apps/translationCore/index/translationWords/1ti/currentContextId/contextId.json +++ b/.apps/translationCore/index/translationWords/1ti/currentContextId/contextId.json @@ -1 +1,14 @@ -{"reference":{"bookId":"1ti","chapter":1,"verse":1},"tool":"translationWords","groupId":"apostle","quote":"ἀπόστολος","strong":["G06520"],"occurrence":1} +{ + "reference": { + "bookId": "1ti", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "apostle", + "quote": "ἀπόστολος", + "strong": [ + "G06520" + ], + "occurrence": 1 +} diff --git a/manifest.json b/manifest.json index bd44327..eb38d08 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,8 @@ }, "toolsSelectedGLs": { "wordAlignment": "en", - "translationNotes": "en" + "translationNotes": "en", + "translationWords": "en" }, "generator": { "name": "tc-desktop", @@ -57,5 +58,7 @@ "tc_edit_version": "3.0.0", "tc_min_compatible_version": "3.0.0", "tc_orig_lang_check_version_translationNotes": "0.13", - "tc_en_check_version_translationNotes": "v32" + "tc_en_check_version_translationNotes": "v32", + "tc_orig_lang_check_version_translationWords": "0.13", + "tc_en_check_version_translationWords": "v16" }