8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
|
let ContentWord = ../types/ContentWord.dhall
|
||
|
|
||
|
in ContentWord::{
|
||
|
, word = "delja"
|
||
|
, gloss = "red"
|
||
|
, definition = "is red (color)"
|
||
|
}
|