From a952e2f5ba1fc5cda2617ea1729a4f0e0489ace6 Mon Sep 17 00:00:00 2001 From: Matttttt <18152455+martholomew@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:50:22 +0000 Subject: Added Old Irish (#831) * added Old Irish (SGA) * Merge Yomitan Updates (#1) * fix (#811) * Add scanOnTouchTap and improve touch scanning defaults (#791) * Add scanOnTouchTap * Update version to 30 * Cleanup if statement * log anki error when hiding button (#821) * Fix noteInfos not getting assigned (#819) * improve term sorting (#806) * improve term sorting * edge case * fix: add missing handlebar entry (#823) * fix: add missing handlebar entry * fix: add new handlebar to tests * Revert to using canAddNotes (#827) Fix #818 * Remove unused canAdd (#824) Co-authored-by: James Maa * Fix duplicate check not working across note types (#830) * Fix duplicate check not working across note types * Add invalidNoteId --------- Co-authored-by: James Maa --------- Co-authored-by: StefanVukovic99 Co-authored-by: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Co-authored-by: m-edlund Co-authored-by: Eloy Robillard Co-authored-by: James Maa Co-authored-by: James Maa * Revert "Merge Yomitan Updates (#1)" This reverts commit 748dc2202b3ea9e0a028ebae5ecf51208b422c2b. * Fix Static Analysis Error * Fix eslint erro --------- Co-authored-by: martholomew Co-authored-by: StefanVukovic99 Co-authored-by: Kuuuube <61125188+Kuuuube@users.noreply.github.com> Co-authored-by: m-edlund Co-authored-by: Eloy Robillard Co-authored-by: James Maa Co-authored-by: James Maa --- types/ext/language-descriptors.d.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'types') diff --git a/types/ext/language-descriptors.d.ts b/types/ext/language-descriptors.d.ts index 41a1eec8..6674b28c 100644 --- a/types/ext/language-descriptors.d.ts +++ b/types/ext/language-descriptors.d.ts @@ -93,6 +93,9 @@ type AllTextPreprocessors = { yoToE: TextPreprocessor; removeRussianDiacritics: TextPreprocessor; }; + sga: CapitalizationPreprocessors & { + removeAlphabeticDiacritics: TextPreprocessor; + }; sh: CapitalizationPreprocessors; sq: CapitalizationPreprocessors; sv: CapitalizationPreprocessors; -- cgit v1.2.3