Im so fucking based im the hecking best

This commit is contained in:
UndeadMaelys
2022-05-04 23:07:36 +02:00
parent c22ab0b7a9
commit 77303a288a
11 changed files with 151 additions and 10 deletions

View File

@@ -96,7 +96,7 @@ function convertToHeonian(text)
or string.sub(text,i,i) == "\t"
or string.sub(text,i,i) == "-" then -- check if its an unsupported symbol to skip it.
-- adjust i
if string.sub(text,i,i) == " " then
if string.sub(text,i,i) == " " then -- spaces are exception
transcribed_text = transcribed_text .. " "
new_syllable = true
end