From: Lanius Trolling Date: Mon, 1 Aug 2022 17:04:40 +0000 (-0400) Subject: Allow a way to render PS-H and KS-H X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=9a7262811be4313b7c4ef105e88fb1d8b81edee3;p=factbooks Allow a way to render PS-H and KS-H --- 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",