Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)

Allow sentence-furigana and sentence-furigana plain to be seen by all languages (#2135)

authored by

Kuuuube and committed by
GitHub
2643feab f2255e1d

+2 -2
+2 -2
ext/js/data/anki-template-util.js
··· 57 57 'search-query', 58 58 'popup-selection-text', 59 59 'sentence', 60 + 'sentence-furigana', 61 + 'sentence-furigana-plain', 60 62 'tags', 61 63 'url', 62 64 ]; ··· 70 72 'pitch-accent-graphs-jj', 71 73 'pitch-accent-positions', 72 74 'pitch-accent-categories', 73 - 'sentence-furigana', 74 - 'sentence-furigana-plain', 75 75 ); 76 76 } 77 77 return markers;