From 841ca23f2e59c003c7ed1f692ea6d65223a9bab1 Mon Sep 17 00:00:00 2001 From: I//O-hannes Date: Thu, 13 Feb 2025 08:52:19 +0100 Subject: [PATCH] Add predefined mapping for Danish --- src/main/kotlin/com/dekonoplyov/Predefined.kt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/main/kotlin/com/dekonoplyov/Predefined.kt b/src/main/kotlin/com/dekonoplyov/Predefined.kt index d9229db..c56618f 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, + "Danish" to DANISH, "Other" to OTHER, "Empty" to "" ) @@ -72,6 +73,18 @@ private const val CZECH = """; with ů 0 with é """ +private const val DANISH = """` with ½ +- with + += with ´ +[ with å +] with ¨ +; with æ +' with ø +# with ' +\ with < +/ with - +""" + private const val OTHER = """; with ; = with = - with -