diff --git a/meshtastic/device_ui.proto b/meshtastic/device_ui.proto index a90e08d8..4457bfb4 100644 --- a/meshtastic/device_ui.proto +++ b/meshtastic/device_ui.proto @@ -164,4 +164,25 @@ enum Language { * Spanish */ SPANISH = 5; + + /* + * Swedish + */ + SWEDISH = 6; + + /* + * Finnish + */ + FINNISH = 7; + + /* + * Polish + */ + POLISH = 8; + + /* + * Turkish + */ + TURKISH = 9; } +