nuke gender (closes #1)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-25 22:11:27 -04:00
parent c6c5a795a4
commit 4c2604a4ac
3 changed files with 0 additions and 16 deletions

View File

@ -44,10 +44,8 @@ in { rootWords =
, ./roots/pa_ma.dhall
, ./roots/pu_ro.dhall
, ./roots/qalno.dhall
, ./roots/qanmu.dhall
, ./roots/qanro.dhall
, ./roots/qa_te.dhall
, ./roots/qinmu.dhall
, ./roots/qonmu.dhall
, ./roots/renma.dhall
, ./roots/retna.dhall

View File

@ -1,7 +0,0 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "qanmu"
, gloss = "man"
, definition = "is a man (gender, not always genetically)"
}

View File

@ -1,7 +0,0 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "qinmu"
, gloss = "female"
, definition = "is female (gender, not always genetically)"
}