this repo has no description
0
fork

Configure Feed

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

Show pronunciation text in tooltip

+5 -1
+5 -1
src/components/translation-block.jsx
··· 116 116 icon="translate" 117 117 alt={`Auto-translated from ${sourceLangText}`} 118 118 /> 119 - <output lang={targetLang} dir="auto"> 119 + <output 120 + lang={targetLang} 121 + dir="auto" 122 + title={pronunciationContent || ''} 123 + > 120 124 {translatedContent} 121 125 </output> 122 126 </div>