From 8885b0d9f243ecf8156f3d32ad3f0664fe26ab66 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Fri, 3 Oct 2025 12:24:14 +0200 Subject: [PATCH] MUI: add danish language enum --- meshtastic/device_ui.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/device_ui.proto b/meshtastic/device_ui.proto index 716db89..5b6bb5d 100644 --- a/meshtastic/device_ui.proto +++ b/meshtastic/device_ui.proto @@ -372,6 +372,11 @@ enum Language { */ CZECH = 18; + /* + * Danish + */ + DANISH = 19; + /* * Simplified Chinese (experimental) */