Update note.ts
This commit is contained in:
parent
dba2833fe9
commit
8c7e56207b
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ export const pack = async (
|
|||
|
||||
//#region nyaize: ko-KR
|
||||
const diffKoKr = '냐'.charCodeAt(0) - '나'.charCodeAt(0);
|
||||
for (let i = '나'.charCodeAt(0); i <= '낳'.charCodeAt(0); i++)
|
||||
for (let i = '나'.charCodeAt(0); i < '내'.charCodeAt(0); i++)
|
||||
nyamap[String.fromCharCode(i)] = String.fromCharCode(i + diffKoKr);
|
||||
//#endregion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue