Allow a way to render P-S and K-S
authorLanius Trolling <lanius@laniustrolling.dev>
Wed, 17 Aug 2022 11:49:53 +0000 (07:49 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Wed, 17 Aug 2022 11:49:53 +0000 (07:49 -0400)
src/main/kotlin/info/mechyrdia/lore/tylan_language.kt

index b97985971a9322a0aac3a1bb88a3315d331af71d..3a7ae2857f4ca7e8da67d00790b33d8eddcbb2e2 100644 (file)
@@ -25,6 +25,11 @@ object TylanAlphabet {
                Regex("ks") to "K",
                Regex("ps") to "P",
                
+               Regex("b's") to "bs",
+               Regex("g's") to "gs",
+               Regex("k's") to "ks",
+               Regex("p's") to "ps",
+               
                Regex("ff") to "F",
                Regex("fv") to "V",
                Regex("hj") to "J",