From d87515ec125189ceeae251d37013b511c7bf8baf Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 5 Jun 2021 22:27:58 -0400 Subject: Translator id updates (#1730) * Allow unsequenced definitions to be added to multiple groups * Update translator data to store multiple IDs * Update Anki note data * Update test data * Update docs --- docs/interfaces/dictionary-entry.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/interfaces/dictionary-entry.ts b/docs/interfaces/dictionary-entry.ts index 2a58f5dc..da2a0151 100644 --- a/docs/interfaces/dictionary-entry.ts +++ b/docs/interfaces/dictionary-entry.ts @@ -192,9 +192,9 @@ namespace Translation { */ export interface TermDictionaryEntry extends DictionaryEntry { /** - * Database ID for the term, or `-1` if multiple entries have been merged. + * Database IDs for the term. */ - id: number; + ids: number[]; /** * Whether or not any of the sources is a primary source. Primary sources are derived from the * original search text, while non-primary sources originate from related terms. -- cgit v1.2.3