la
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-25 21:17:45 -04:00
parent 23a7b0b2e7
commit caa9634b5a
2 changed files with 9 additions and 0 deletions

View File

@ -91,6 +91,7 @@ in { rootWords =
, ./particles/ku.dhall
, ./particles/lo.dhall
, ./particles/le.dhall
, ./particles/la.dhall
, ./particles/zo.dhall
, ./particles/ja.dhall
, ./particles/he.dhall

8
words/particles/la.dhall Normal file
View File

@ -0,0 +1,8 @@
let ParticleWord = ../types/ParticleWord.dhall
in ParticleWord::{
, word = "la"
, gloss = "proper noun"
, definition = "proper name article"
, family = "LO"
}