feat: add 괜찮음

This commit is contained in:
kimpure 2026-07-19 09:16:30 +00:00
parent 7e6ad370f4
commit 253657b3b0
No known key found for this signature in database

View file

@ -148,6 +148,7 @@ export namespace processKorean {
: "존나", : "존나",
: "가능", : "가능",
: "수고", : "수고",
: "괜찮음",
}; };
export const DoubleMixedChoseongMapRegex = new RegExp( export const DoubleMixedChoseongMapRegex = new RegExp(
Object.keys(DoubleMixedChoseongMap) Object.keys(DoubleMixedChoseongMap)