diff --git a/words/dictionary.dhall b/words/dictionary.dhall index 702d448..dc76f09 100644 --- a/words/dictionary.dhall +++ b/words/dictionary.dhall @@ -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 diff --git a/words/roots/qanmu.dhall b/words/roots/qanmu.dhall deleted file mode 100644 index b87130e..0000000 --- a/words/roots/qanmu.dhall +++ /dev/null @@ -1,7 +0,0 @@ -let ContentWord = ../types/ContentWord.dhall - -in ContentWord::{ - , word = "qanmu" - , gloss = "man" - , definition = "is a man (gender, not always genetically)" - } diff --git a/words/roots/qinmu.dhall b/words/roots/qinmu.dhall deleted file mode 100644 index 7593ea3..0000000 --- a/words/roots/qinmu.dhall +++ /dev/null @@ -1,7 +0,0 @@ -let ContentWord = ../types/ContentWord.dhall - -in ContentWord::{ - , word = "qinmu" - , gloss = "female" - , definition = "is female (gender, not always genetically)" - }