From 0550de44d111090abc63dc2f28e98b4155a40809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20Li=C5=A1ka?= Date: Tue, 20 Aug 2024 14:14:35 +0200 Subject: [PATCH 1/2] add Slovak predefined mapping to plugin.xml --- src/main/resources/META-INF/plugin.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@
  • German
  • Italian
  • Czech
  • +
  • Slovak
  • ]]> @@ -22,4 +23,4 @@ - \ No newline at end of file + From ef46b541fd10cd233f8f2124a4977834cbcd30be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavol=20Li=C5=A1ka?= Date: Tue, 20 Aug 2024 14:18:55 +0200 Subject: [PATCH 2/2] Add slovak to Predefined.kt --- src/main/kotlin/com/dekonoplyov/Predefined.kt | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) 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 -