8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "qanmu"
|
||
|
, gloss = "man"
|
||
|
, definition = "is a man (gender, not always genetically)"
|
||
|
}
|