Add Tylan letters for PS and KS
authorLanius Trolling <lanius@laniustrolling.dev>
Mon, 1 Aug 2022 17:00:24 +0000 (13:00 -0400)
committerLanius Trolling <lanius@laniustrolling.dev>
Mon, 1 Aug 2022 17:00:24 +0000 (13:00 -0400)
.idea/kotlinc.xml [new file with mode: 0644]
src/main/kotlin/info/mechyrdia/lore/tylan_language.kt
src/main/resources/static/font/tylan-language-alphabet-3.woff

diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
new file mode 100644 (file)
index 0000000..7e340a7
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="KotlinJpsPluginSettings">
+    <option name="version" value="1.6.21" />
+  </component>
+</project>
\ No newline at end of file
index 10c6fe737adae49110eb866415feec514b94ef65..1081507e270531e3322ca52ce5a1abc7dd3cf948 100644 (file)
@@ -15,6 +15,11 @@ object TylanAlphabet {
                Regex("y") to "N",
                Regex("[qw-z]") to "",
                
+               Regex("bs") to "B",
+               Regex("gs") to "G",
+               Regex("ks") to "K",
+               Regex("ps") to "P",
+               
                Regex("ch") to "C",
                Regex("dh") to "D",
                Regex("sh") to "S",
@@ -52,7 +57,7 @@ object TylanAlphabet {
                
                Regex("i([aeiouOUw-zW-Z])") to "ij$1",
                Regex("^([aeiouOUw-zW-Z])") to "'$1",
-               Regex("([^'CDFJLR-TVbdf-hj-npr-tv])([aeiouOUw-zW-Z])") to "$1'$2",
+               Regex("([^'BCDFGJKLPR-TVbdf-hj-npr-tv])([aeiouOUw-zW-Z])") to "$1'$2",
                Regex("([aeiouOUw-zW-Z])([aeiouOUw-zW-Z])") to "$1'$2",
        )
        
index 9bf8657d94def9b75fe53a755cdb6f75dfd8a5f3..3ddb4cc978860164a44975f4f932400fd79f2117 100644 (file)
Binary files a/src/main/resources/static/font/tylan-language-alphabet-3.woff and b/src/main/resources/static/font/tylan-language-alphabet-3.woff differ