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 -