From 1842d2203b9a876c6ae7d76bb7efa7acf4f553ef Mon Sep 17 00:00:00 2001 From: mverch67 Date: Sun, 13 Oct 2024 11:43:34 +0200 Subject: [PATCH] device-ui: more languages --- meshtastic/device_ui.proto | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/meshtastic/device_ui.proto b/meshtastic/device_ui.proto index 82474b6..53b7894 100644 --- a/meshtastic/device_ui.proto +++ b/meshtastic/device_ui.proto @@ -164,4 +164,24 @@ enum Language { * Spanish */ SPANISH = 5; -} \ No newline at end of file + + /* + * Swedish + */ + SWEDISH = 6; + + /* + * Finnish + */ + FINNISH = 7; + + /* + * Polish + */ + POLISH = 8; + + /* + * Turkish + */ + TURKISH = 9; + } \ No newline at end of file