20210326-fix-bug

This commit is contained in:
Tan, Kian-ting 2021-03-26 21:30:48 +08:00
parent 19ea1a9fd4
commit fbc188f3ca
3 changed files with 5 additions and 1 deletions

View file

@ -196,6 +196,7 @@ function generateConj(orig_txt, stem_txt, conj_no) {
autoPaHa.innerHTML = stemAil + autoPaHaSuffix;
}
else {
isBroadEnd = checkedIfBroadEnd(split_text(stem_txt));
// general 1st vonj verbs
firstConjFillTheArray();
// irreagularity of the pres. auto. form of lean

View file

@ -240,6 +240,8 @@ function generateConj(orig_txt : string, stem_txt : string, conj_no : Number){
else{
isBroadEnd = checkedIfBroadEnd(split_text(stem_txt));
// general 1st vonj verbs
firstConjFillTheArray();
@ -280,6 +282,7 @@ function generateConj(orig_txt : string, stem_txt : string, conj_no : Number){
// general 1st vonj verbs
function firstConjFillTheArray() {
var suffixTable;
if (isBroadEnd) {
suffixTable = first_conj["broad"];

View file

@ -7,7 +7,7 @@
<div>
<h1>愛爾蘭語動詞變化產生器</h1>
<p><i>Gineadóir Réimniú na Gaeilge</i></p>
version 202100307<a href="https://github.com/Yoxem/irish-verb-conjugator">Github repo</a></div>
version 20210326<a href="https://github.com/Yoxem/irish-verb-conjugator">Github repo</a></div>
<div><br>
</div>
<div>詞彙原形:<input id="original" type="text"></div>