Merge pull request #601 from meshtastic/device-ui-languages

device-ui: more languages
This commit is contained in:
Ben Meadors 2024-10-13 05:52:51 -05:00 committed by GitHub
commit 30ba090346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -164,4 +164,25 @@ enum Language {
* Spanish
*/
SPANISH = 5;
/*
* Swedish
*/
SWEDISH = 6;
/*
* Finnish
*/
FINNISH = 7;
/*
* Polish
*/
POLISH = 8;
/*
* Turkish
*/
TURKISH = 9;
}