From 7b28916045fddfe7e60c22a314b1d5603c44860f Mon Sep 17 00:00:00 2001 From: vinhvd749 Date: Tue, 13 Oct 2020 15:37:59 +0700 Subject: [PATCH] Auto saving at translationWords accuse tit 1:6 --- .../tit/currentContextId/contextId.json | 14 ++++++++++++++ manifest.json | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .apps/translationCore/index/translationWords/tit/currentContextId/contextId.json diff --git a/.apps/translationCore/index/translationWords/tit/currentContextId/contextId.json b/.apps/translationCore/index/translationWords/tit/currentContextId/contextId.json new file mode 100644 index 0000000..5465f41 --- /dev/null +++ b/.apps/translationCore/index/translationWords/tit/currentContextId/contextId.json @@ -0,0 +1,14 @@ +{ + "reference": { + "bookId": "tit", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "accuse", + "quote": "κατηγορίᾳ", + "strong": [ + "G27240" + ], + "occurrence": 1 +} diff --git a/manifest.json b/manifest.json index 2ba6256..8ca950b 100644 --- a/manifest.json +++ b/manifest.json @@ -59,5 +59,7 @@ "tc_min_compatible_version": "3.0.0", "tc_orig_lang_check_version_translationNotes": "0.13", "tc_en_check_version_translationNotes": "v32", - "tc_orig_lang_check_version_wordAlignment": "0.13" + "tc_orig_lang_check_version_wordAlignment": "0.13", + "tc_orig_lang_check_version_translationWords": "0.13", + "tc_en_check_version_translationWords": "v16" }