words: add more root words
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
067e190ad6
commit
4dfcd72caa
|
@ -9,27 +9,40 @@ in { rootWords =
|
|||
, ./roots/brota.dhall
|
||||
, ./roots/danma.dhall
|
||||
, ./roots/delja.dhall
|
||||
, ./roots/dextu.dhall
|
||||
, ./roots/fawzo.dhall
|
||||
, ./roots/fergo.dhall
|
||||
, ./roots/firgu.dhall
|
||||
, ./roots/fi_xe.dhall
|
||||
, ./roots/flawo.dhall
|
||||
, ./roots/flego.dhall
|
||||
, ./roots/futjo.dhall
|
||||
, ./roots/genza.dhall
|
||||
, ./roots/glowa.dhall
|
||||
, ./roots/grafa.dhall
|
||||
, ./roots/grama.dhall
|
||||
, ./roots/hafto.dhall
|
||||
, ./roots/helbo.dhall
|
||||
, ./roots/hetlo.dhall
|
||||
, ./roots/hu_te.dhall
|
||||
, ./roots/jaflo.dhall
|
||||
, ./roots/jandi.dhall
|
||||
, ./roots/jexlo.dhall
|
||||
, ./roots/jifto.dhall
|
||||
, ./roots/kligo.dhall
|
||||
, ./roots/kirta.dhall
|
||||
, ./roots/kwaro.dhall
|
||||
, ./roots/l_ewa.dhall
|
||||
, ./roots/lifta.dhall
|
||||
, ./roots/li_li.dhall
|
||||
, ./roots/lorne.dhall
|
||||
, ./roots/lufta.dhall
|
||||
, ./roots/madsa.dhall
|
||||
, ./roots/mamta.dhall
|
||||
, ./roots/mlato.dhall
|
||||
, ./roots/modlo.dhall
|
||||
, ./roots/n_ixu.dhall
|
||||
, ./roots/ni_he.dhall
|
||||
, ./roots/nlaro.dhall
|
||||
, ./roots/patfu.dhall
|
||||
, ./roots/pu_ro.dhall
|
||||
|
@ -41,6 +54,8 @@ in { rootWords =
|
|||
, ./roots/qonmu.dhall
|
||||
, ./roots/renma.dhall
|
||||
, ./roots/retna.dhall
|
||||
, ./roots/ristu.dhall
|
||||
, ./roots/rosgi.dhall
|
||||
, ./roots/sistu.dhall
|
||||
, ./roots/spalo.dhall
|
||||
, ./roots/spiro.dhall
|
||||
|
@ -48,14 +63,19 @@ in { rootWords =
|
|||
, ./roots/stugi.dhall
|
||||
, ./roots/te_ra.dhall
|
||||
, ./roots/ti_ko.dhall
|
||||
, ./roots/tulpa.dhall
|
||||
, ./roots/tunke.dhall
|
||||
, ./roots/txana.dhall
|
||||
, ./roots/wogno.dhall
|
||||
, ./roots/womjo.dhall
|
||||
, ./roots/wufra.dhall
|
||||
, ./roots/xekri.dhall
|
||||
, ./roots/xitsa.dhall
|
||||
, ./roots/xu_zo.dhall
|
||||
, ./roots/yeplo.dhall
|
||||
, ./roots/zasko.dhall
|
||||
, ./roots/zlose.dhall
|
||||
, ./roots/_amwo.dhall
|
||||
]
|
||||
, particles =
|
||||
[ ./particles/mi.dhall
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "'amwo", gloss = "love", definition = "to love" }
|
|
@ -0,0 +1,7 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{
|
||||
, word = "dextu"
|
||||
, gloss = "meat"
|
||||
, definition = "is meat/flesh"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "fawzo", gloss = "skin", definition = "is skin/bark" }
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "futjo", gloss = "tail", definition = "is a tail" }
|
|
@ -0,0 +1,7 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{
|
||||
, word = "genza"
|
||||
, gloss = "root"
|
||||
, definition = "is a root (body part of a plant)"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "hafto", gloss = "egg", definition = "is an egg" }
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "hu'te", gloss = "fruit", definition = "is a fruit" }
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "jandi", gloss = "grass", definition = "is grass" }
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "jifto", gloss = "fat", definition = "is fat" }
|
|
@ -0,0 +1,7 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{
|
||||
, word = "kligo"
|
||||
, gloss = "rope"
|
||||
, definition = "is a rope/cord"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "lifta", gloss = "leaf", definition = "is a leaf" }
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "lorne", gloss = "horn", definition = "is a horn" }
|
|
@ -0,0 +1,7 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{
|
||||
, word = "lufta"
|
||||
, gloss = "feather"
|
||||
, definition = "is a feather"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "ni'he", gloss = "blood", definition = "is blood" }
|
|
@ -0,0 +1,8 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{
|
||||
, word = "ristu"
|
||||
, gloss = "network"
|
||||
, definition =
|
||||
"is a network/graph/transportation system/distribution system"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{
|
||||
, word = "rosgi"
|
||||
, gloss = "flower"
|
||||
, definition = "is a flower (plant body part)"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{
|
||||
, word = "tulpa"
|
||||
, gloss = "construct"
|
||||
, definition = "to build/construct"
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{
|
||||
, word = "txana"
|
||||
, gloss = "node"
|
||||
, definition =
|
||||
"is a station/node of/in/on a network/graph/transportation system/distribution system"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "wogno", gloss = "bone", definition = "is bone" }
|
|
@ -0,0 +1,3 @@
|
|||
let ContentWord = ../types/ContentWord.dhall
|
||||
|
||||
in ContentWord::{ word = "xu'zo", gloss = "seed", definition = "is a seed" }
|
Loading…
Reference in New Issue