Merge branch 'master' of https://git.succubi.services/lustlion/heonian-conversation
This commit is contained in:
commit
1888f794b1
@ -169,7 +169,7 @@ end
|
|||||||
|
|
||||||
function in_dictionary(str)
|
function in_dictionary(str)
|
||||||
for i=1, #words do
|
for i=1, #words do
|
||||||
if words[i][1] == str then return true end
|
if strip_symbols(words[i][1]) == str then return true end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 19de5190c0876edbeb307f09b540a2c4d111b783
|
Subproject commit 6a40a51d6ea7cf2bc2261ae783e8e7731b3fa007
|
20
test.html
20
test.html
@ -2862,8 +2862,8 @@ LU'NYA
|
|||||||
|
|
||||||
<span
|
<span
|
||||||
class="clickable"
|
class="clickable"
|
||||||
onclick="showPopup('rila','ri','possesive')"
|
onclick="showPopup('rila','rila')"
|
||||||
onmouseover="checkHover('rila','ri',this,'possesive')"
|
onmouseover="checkHover('rila','rila',this)"
|
||||||
onmouseout="clearHover()">
|
onmouseout="clearHover()">
|
||||||
rila
|
rila
|
||||||
</span>
|
</span>
|
||||||
@ -2896,8 +2896,8 @@ LU'NYA
|
|||||||
|
|
||||||
<span
|
<span
|
||||||
class="clickable"
|
class="clickable"
|
||||||
onclick="showPopup('','ri','possesive')"
|
onclick="showPopup('','rila')"
|
||||||
onmouseover="checkHover('','ri',this,'possesive')"
|
onmouseover="checkHover('','rila',this)"
|
||||||
onmouseout="clearHover()">
|
onmouseout="clearHover()">
|
||||||
|
|
||||||
</span>
|
</span>
|
||||||
@ -3832,10 +3832,10 @@ mishipash
|
|||||||
ton
|
ton
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
???
|
noun
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
???
|
color
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -4162,16 +4162,16 @@ he, she, they, it
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
ri
|
ri.la
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
modifier
|
noun
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
sharp
|
horns
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user