9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
|
let ParticleWord = ../types/ParticleWord.dhall
|
||
|
|
||
|
in ParticleWord::{
|
||
|
, word = "le"
|
||
|
, gloss = "the"
|
||
|
, definition = "definite article"
|
||
|
, family = "LO"
|
||
|
}
|