[feat] romanizer
This commit is contained in:
@@ -27,6 +27,7 @@ export function romanizer(texts:string[]){
|
|||||||
text += koreanDict.jong[code[2]]
|
text += koreanDict.jong[code[2]]
|
||||||
}
|
}
|
||||||
language.korean++
|
language.korean++
|
||||||
|
result += text
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -50,6 +51,8 @@ export function romanizer(texts:string[]){
|
|||||||
language.roman++
|
language.roman++
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
result += char
|
||||||
}
|
}
|
||||||
fullResult.push(result)
|
fullResult.push(result)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user