fixed extra line, added word

This commit is contained in:
UndeadMaelys 2022-03-22 17:27:23 +01:00
parent 854c9ca2a3
commit b785f16e65
2 changed files with 1 additions and 1 deletions

View File

@ -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])

View File

@ -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