From 0b8a792cf8962ddfd2502311571acae5997fee76 Mon Sep 17 00:00:00 2001 From: Estela ad Astra Date: Thu, 18 Jan 2024 15:21:57 +0100 Subject: [PATCH] fix kauwei romanization --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index fe091b0..0799b7d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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"] ];