words: add some more swaedish words
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
98b92719dc
commit
68f648c66f
|
@ -4,35 +4,58 @@ let ParticleWord = ./types/ParticleWord.dhall
|
||||||
|
|
||||||
in { rootWords =
|
in { rootWords =
|
||||||
[ ./roots/blanu.dhall
|
[ ./roots/blanu.dhall
|
||||||
|
, ./roots/blodo.dhall
|
||||||
, ./roots/brado.dhall
|
, ./roots/brado.dhall
|
||||||
, ./roots/brota.dhall
|
, ./roots/brota.dhall
|
||||||
|
, ./roots/danma.dhall
|
||||||
, ./roots/delja.dhall
|
, ./roots/delja.dhall
|
||||||
|
, ./roots/fergo.dhall
|
||||||
, ./roots/firgu.dhall
|
, ./roots/firgu.dhall
|
||||||
|
, ./roots/fi_xe.dhall
|
||||||
, ./roots/flawo.dhall
|
, ./roots/flawo.dhall
|
||||||
, ./roots/flego.dhall
|
, ./roots/flego.dhall
|
||||||
, ./roots/glowa.dhall
|
, ./roots/glowa.dhall
|
||||||
, ./roots/grafa.dhall
|
, ./roots/grafa.dhall
|
||||||
, ./roots/grama.dhall
|
, ./roots/grama.dhall
|
||||||
|
, ./roots/helbo.dhall
|
||||||
, ./roots/hetlo.dhall
|
, ./roots/hetlo.dhall
|
||||||
|
, ./roots/jaflo.dhall
|
||||||
|
, ./roots/jexlo.dhall
|
||||||
, ./roots/kirta.dhall
|
, ./roots/kirta.dhall
|
||||||
, ./roots/mamta.dhall
|
, ./roots/kwaro.dhall
|
||||||
, ./roots/l_ewa.dhall
|
, ./roots/l_ewa.dhall
|
||||||
|
, ./roots/li_li.dhall
|
||||||
, ./roots/madsa.dhall
|
, ./roots/madsa.dhall
|
||||||
|
, ./roots/mamta.dhall
|
||||||
|
, ./roots/mlato.dhall
|
||||||
|
, ./roots/modlo.dhall
|
||||||
, ./roots/n_ixu.dhall
|
, ./roots/n_ixu.dhall
|
||||||
|
, ./roots/nlaro.dhall
|
||||||
, ./roots/patfu.dhall
|
, ./roots/patfu.dhall
|
||||||
, ./roots/pu_ro.dhall
|
, ./roots/pu_ro.dhall
|
||||||
, ./roots/qalno.dhall
|
, ./roots/qalno.dhall
|
||||||
|
, ./roots/qanmu.dhall
|
||||||
, ./roots/qanro.dhall
|
, ./roots/qanro.dhall
|
||||||
, ./roots/qa_te.dhall
|
, ./roots/qa_te.dhall
|
||||||
|
, ./roots/qinmu.dhall
|
||||||
|
, ./roots/qonmu.dhall
|
||||||
|
, ./roots/renma.dhall
|
||||||
|
, ./roots/retna.dhall
|
||||||
, ./roots/sistu.dhall
|
, ./roots/sistu.dhall
|
||||||
, ./roots/spalo.dhall
|
, ./roots/spalo.dhall
|
||||||
, ./roots/spiro.dhall
|
, ./roots/spiro.dhall
|
||||||
|
, ./roots/sposu.dhall
|
||||||
|
, ./roots/stugi.dhall
|
||||||
, ./roots/te_ra.dhall
|
, ./roots/te_ra.dhall
|
||||||
|
, ./roots/ti_ko.dhall
|
||||||
, ./roots/tunke.dhall
|
, ./roots/tunke.dhall
|
||||||
|
, ./roots/womjo.dhall
|
||||||
, ./roots/wufra.dhall
|
, ./roots/wufra.dhall
|
||||||
, ./roots/xekri.dhall
|
, ./roots/xekri.dhall
|
||||||
|
, ./roots/xitsa.dhall
|
||||||
, ./roots/yeplo.dhall
|
, ./roots/yeplo.dhall
|
||||||
, ./roots/zasko.dhall
|
, ./roots/zasko.dhall
|
||||||
|
, ./roots/zlose.dhall
|
||||||
]
|
]
|
||||||
, particles =
|
, particles =
|
||||||
[ ./particles/mi.dhall
|
[ ./particles/mi.dhall
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{ word = "blodo", gloss = "long", definition = "is long" }
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "danma"
|
||||||
|
, gloss = "animal"
|
||||||
|
, definition = "is an animal"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "fergo"
|
||||||
|
, gloss = "thick"
|
||||||
|
, definition = "is thick in dimension"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "fi'xe"
|
||||||
|
, gloss = "fish"
|
||||||
|
, definition = "is a fish (kind of animal)"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "helbo"
|
||||||
|
, gloss = "heavy"
|
||||||
|
, definition = "is heavy/has a lot of weight"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "jaflo"
|
||||||
|
, gloss = "bird"
|
||||||
|
, definition = "is a bird/avian"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{ word = "jexlo", gloss = "tree", definition = "is a tree" }
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "kwaro"
|
||||||
|
, gloss = "wide"
|
||||||
|
, definition = "is wide/broad"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "li'li"
|
||||||
|
, gloss = "small"
|
||||||
|
, definition = "is small/tiny/little"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "mlato"
|
||||||
|
, gloss = "cat"
|
||||||
|
, definition = "is a cat/feline"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "modlo"
|
||||||
|
, gloss = "thin"
|
||||||
|
, definition = "is thin in dimension"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{ word = "nlaro", gloss = "narrow", definition = "is narrow" }
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "qanmu"
|
||||||
|
, gloss = "man"
|
||||||
|
, definition = "is a man (gender, not always genetically)"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "qinmu"
|
||||||
|
, gloss = "female"
|
||||||
|
, definition = "is female (gender, not always genetically)"
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "qonmu"
|
||||||
|
, gloss = "non-binary"
|
||||||
|
, definition =
|
||||||
|
"is non-binary/not defined by commonly used binary systems of classification"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "renma"
|
||||||
|
, gloss = "person"
|
||||||
|
, definition = "is a person (not always implied to be human)"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{ word = "retna", gloss = "snake", definition = "is a snake" }
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "sposu"
|
||||||
|
, gloss = "spouse"
|
||||||
|
, definition = "is a/the spouse of"
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{ word = "stugi", gloss = "stick", definition = "is a stick" }
|
|
@ -0,0 +1,3 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{ word = "ti'ko", gloss = "child", definition = "is a child" }
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "womjo"
|
||||||
|
, gloss = "worm"
|
||||||
|
, definition = "is a worm/earthworm"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "xitsa"
|
||||||
|
, gloss = "short"
|
||||||
|
, definition = "is short/of little length"
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
let ContentWord = ../types/ContentWord.dhall
|
||||||
|
|
||||||
|
in ContentWord::{
|
||||||
|
, word = "zlose"
|
||||||
|
, gloss = "louse"
|
||||||
|
, definition = "is a louse/flea"
|
||||||
|
}
|
Loading…
Reference in New Issue