diff --git a/src/main/kotlin/com/dekonoplyov/Predefined.kt b/src/main/kotlin/com/dekonoplyov/Predefined.kt index d9229db..dc029b4 100644 --- a/src/main/kotlin/com/dekonoplyov/Predefined.kt +++ b/src/main/kotlin/com/dekonoplyov/Predefined.kt @@ -8,6 +8,7 @@ class Predefined { "German" to GERMAN, "Italian" to ITALIAN, "Czech" to CZECH, + "Slovak" to SLOVAK, "Other" to OTHER, "Empty" to "" ) @@ -72,6 +73,28 @@ private const val CZECH = """; with ů 0 with é """ +private const val SLOVAK = """; with ô += with ' +- with = +/ with - +` with \ +[ with ú +\ with ¨ +] with ) +' with § +1 with + +2 with ľ +3 with š +4 with č +5 with ť +6 with ž +7 with ý +8 with á +9 with í +0 with é +""" + + private const val OTHER = """; with ; = with = - with - diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 63cb443..5baa854 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -13,6 +13,7 @@