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