Allow a way to render PS-H and KS-H
authorLanius Trolling <lanius@laniustrolling.dev>
Mon, 1 Aug 2022 17:04:40 +0000 (13:04 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Mon, 1 Aug 2022 17:04:40 +0000 (13:04 -0400)
src/main/kotlin/info/mechyrdia/lore/tylan_language.kt

index 56c59d0495b8d641589b759a13b5e86c590bb89e..b97985971a9322a0aac3a1bb88a3315d331af71d 100644 (file)
@@ -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",