This commit is contained in:
kazuki
2024-12-05 09:49:35 +09:00
committed by GitHub

View File

@@ -182,7 +182,7 @@
function downloadVocabulary() { function downloadVocabulary() {
const vocabulary = new Set( const vocabulary = new Set(
$chords.map((it) => $chords.map((it) =>
"phrase" in it ? plainPhrase(it.phrase, $osLayout).trim() : "", "phrase" in it ? encodeChord(it, $osLayout).trim() : "",
), ),
); );
vocabulary.delete(""); vocabulary.delete("");