From b785f16e65eeccebd9c48e81d6a16bd06daaad10 Mon Sep 17 00:00:00 2001 From: UndeadMaelys Date: Tue, 22 Mar 2022 17:27:23 +0100 Subject: [PATCH] fixed extra line, added word --- output_word.lua | 1 - words.lua | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/output_word.lua b/output_word.lua index 1bd9a1a..2679c8b 100644 --- a/output_word.lua +++ b/output_word.lua @@ -32,7 +32,6 @@ return function(tbl) text = text .. colorText(COLOR.HighPurple,this_word[5]) print(text) end - print("") if this_word[6] ~= "" then text = text .. colorText(COLOR.HighYellow,"\tNotes: ") text = text .. colorText(COLOR.HighYellow,this_word[6]) diff --git a/words.lua b/words.lua index c5b3d6d..0646470 100644 --- a/words.lua +++ b/words.lua @@ -289,4 +289,5 @@ table.insert(t,{"yea.mat","area","noun","","",""}) table.insert(t,{"yesh","adorable","modifier","","",""}) table.insert(t,{"yi.ma","year","noun","","",""}) table.insert(t,{"yu","denotes topic, emphasis","marker","","","overwrites subject if they are the same. otherwise, goes after subject marker"}) +table.insert(t,{"yan","name","noun","","from toki pona \"jan\"",""}) return t \ No newline at end of file