Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
saeziae committed Feb 16, 2024
1 parent 016165b commit b892408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,12 @@ function piauciunToKauwei(inputString) {
[/ae/g, "an"],
[/oe/g, "oen"],
[/e\b/g, "en"],
[/ien/g, "Ien"],
[/([ao])h/g, "$1eh"],

[/ai/g, "ae"],
[/au/g, "ao"],
[/ieu/g, "Ieo"],
[/eu/g, "eo"],

[/u([aeo])/g, "w$1"],
Expand All @@ -204,7 +206,7 @@ function piauciunToKauwei(inputString) {
[/([kgh])i/g, "$1yi"],
[/(j|H)i([aeou])/g, "$1$2"],
[/([jHsz])y/g, "$1z"],
[/ieo/g, "iu"],
[/I/g, "i"],
[/H/g, "h"],
[/(\w)iui/g, "$1ui"],
];
Expand Down

0 comments on commit b892408

Please sign in to comment.