fixed nouns not being properly checked in database
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Submodule heonian-content updated: 19de5190c0...6a40a51d6e
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user