Skip to content

Commit

Permalink
fix kauwei romanization
Browse files Browse the repository at this point in the history
  • Loading branch information
saeziae committed Jan 18, 2024
1 parent 935d747 commit 0b8a792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ function piauciunToKauwei(inputString) {
[/([kgh])i/g, "$1yi"],
[/([kgh]|ng)u([aeo])/g, "$1w$2"],
[/([cXj])i([aeou])/g, "$1$2"],
[/([cXjsz])y/g, "$1z"],
[/X/g, "sh"],
[/c/g, "ch"],
[/tz/g, "ts"],
[/([hjsz])y/g, "$1z"],
[/([ao])h/g, "$1eh"],
[/(\w)iui/g, "$1ui"]
];
Expand Down

0 comments on commit 0b8a792

Please sign in to comment.