10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
|
let ParticleWord = ../types/ParticleWord.dhall
|
||
|
|
||
|
in ParticleWord::{
|
||
|
, word = "key"
|
||
|
, gloss = "emotion question"
|
||
|
, definition =
|
||
|
"question about what emotion the other side of the conversation is feeling"
|
||
|
, family = "KEI"
|
||
|
}
|