From b89240802c16c496f80bcd0725eee1f781d225f4 Mon Sep 17 00:00:00 2001 From: Estela ad Astra Date: Fri, 16 Feb 2024 05:51:27 +0100 Subject: [PATCH] fix spelling --- src/App.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index af53af5..8564905 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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"], @@ -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"], ];