jmdict: don't store glossary language

This commit is contained in:
2026-04-13 19:42:11 +09:00
parent 6165045ea7
commit 556d07913d
2 changed files with 4 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ class Glossary extends SQLWritable {
@override
Map<String, Object?> get sqlValue => {
'language': language,
// 'language': language,
'phrase': phrase,
'type': type,
};