Skip to content

Commit

Permalink
Fix zho/lzh not getting ruby text
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jan 21, 2024
1 parent 7cbacff commit da76074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/yomitan/convertSenseToSC.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function convertLanguageEntryToDiv(language, languageTexts) {
data: {
wordshk: 'langtext',
},
content: convertTextToSC(languageText, languageInfo.langCode),
content: convertTextToSC(languageText, language),
};
// Change text size for selected languages
const cjkLangs = ['yue', 'zho', 'jpn', 'kor', 'lzh'];
Expand Down

0 comments on commit da76074

Please sign in to comment.