From 9a7262811be4313b7c4ef105e88fb1d8b81edee3 Mon Sep 17 00:00:00 2001 From: Lanius Trolling Date: Mon, 1 Aug 2022 13:04:40 -0400 Subject: [PATCH] Allow a way to render PS-H and KS-H --- src/main/kotlin/info/mechyrdia/lore/tylan_language.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/kotlin/info/mechyrdia/lore/tylan_language.kt b/src/main/kotlin/info/mechyrdia/lore/tylan_language.kt index 56c59d0..b979859 100644 --- a/src/main/kotlin/info/mechyrdia/lore/tylan_language.kt +++ b/src/main/kotlin/info/mechyrdia/lore/tylan_language.kt @@ -43,6 +43,10 @@ object TylanAlphabet { Regex("t'h") to "th", Regex("h'l") to "hl", Regex("h'r") to "hr", + Regex("B'h") to "Bh", + Regex("G'h") to "Gh", + Regex("K'h") to "Kh", + Regex("P'h") to "Ph", Regex("c(?!h)") to "", Regex("ae") to "W", -- 2.25.1