From: Lanius Trolling Date: Mon, 1 Aug 2022 17:00:24 +0000 (-0400) Subject: Add Tylan letters for PS and KS X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=d3a05b36a6d8f31442c1c7b42325b116d6019abe;p=factbooks Add Tylan letters for PS and KS --- diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml new file mode 100644 index 0000000..7e340a7 --- /dev/null +++ b/.idea/kotlinc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/src/main/kotlin/info/mechyrdia/lore/tylan_language.kt b/src/main/kotlin/info/mechyrdia/lore/tylan_language.kt index 10c6fe7..1081507 100644 --- a/src/main/kotlin/info/mechyrdia/lore/tylan_language.kt +++ b/src/main/kotlin/info/mechyrdia/lore/tylan_language.kt @@ -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", ) diff --git a/src/main/resources/static/font/tylan-language-alphabet-3.woff b/src/main/resources/static/font/tylan-language-alphabet-3.woff index 9bf8657..3ddb4cc 100644 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