9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
let ParticleWord = ../types/ParticleWord.dhall
|
||
|
|
||
|
in ParticleWord::{
|
||
|
, word = "qa"
|
||
|
, gloss = "present tense"
|
||
|
, definition = "marks noun phrase / verb as present tense"
|
||
|
, family = "QA"
|
||
|
}
|