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

Configure Feed

Select the types of activity you want to include in your feed.

Add back furigana handlebars for all languages (#2205)

authored by

Kuuuube and committed by
GitHub
3bde6ab6 6320dc5e

+2 -2
+2 -2
ext/js/data/anki-template-util.js
··· 42 42 'frequency-harmonic-occurrence', 43 43 'frequency-average-rank', 44 44 'frequency-average-occurrence', 45 + 'furigana', 46 + 'furigana-plain', 45 47 'glossary', 46 48 'glossary-brief', 47 49 'glossary-no-dictionary', ··· 65 67 if (language === 'ja') { 66 68 markers.push( 67 69 'cloze-body-kana', 68 - 'furigana', 69 - 'furigana-plain', 70 70 'pitch-accents', 71 71 'pitch-accent-graphs', 72 72 'pitch-accent-graphs-jj',