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