From f9927457f6d69c15ba02a0c58e5bad34a1b32377 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Thu, 5 Jun 2025 18:06:04 +0200 Subject: [PATCH] bulgarian language support --- meshtastic/device_ui.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/device_ui.proto b/meshtastic/device_ui.proto index 138f5e8..1b11ada 100644 --- a/meshtastic/device_ui.proto +++ b/meshtastic/device_ui.proto @@ -278,6 +278,11 @@ enum Language { */ UKRAINIAN = 16; + /* + * Bulgarian + */ + BULGARIAN = 17; + /* * Simplified Chinese (experimental) */