fixed extra line, added word
This commit is contained in:
parent
854c9ca2a3
commit
b785f16e65
@ -32,7 +32,6 @@ return function(tbl)
|
|||||||
text = text .. colorText(COLOR.HighPurple,this_word[5])
|
text = text .. colorText(COLOR.HighPurple,this_word[5])
|
||||||
print(text)
|
print(text)
|
||||||
end
|
end
|
||||||
print("")
|
|
||||||
if this_word[6] ~= "" then
|
if this_word[6] ~= "" then
|
||||||
text = text .. colorText(COLOR.HighYellow,"\tNotes: ")
|
text = text .. colorText(COLOR.HighYellow,"\tNotes: ")
|
||||||
text = text .. colorText(COLOR.HighYellow,this_word[6])
|
text = text .. colorText(COLOR.HighYellow,this_word[6])
|
||||||
|
@ -289,4 +289,5 @@ table.insert(t,{"yea.mat","area","noun","","",""})
|
|||||||
table.insert(t,{"yesh","adorable","modifier","","",""})
|
table.insert(t,{"yesh","adorable","modifier","","",""})
|
||||||
table.insert(t,{"yi.ma","year","noun","","",""})
|
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,{"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
|
return t
|
Loading…
Reference in New Issue
Block a user