8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "renma"
|
||
|
, gloss = "person"
|
||
|
, definition = "is a person (not always implied to be human)"
|
||
|
}
|