mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
device-ui: more languages
This commit is contained in:
parent
cb37f8ce61
commit
1842d2203b
1 changed files with 21 additions and 1 deletions
|
|
@ -164,4 +164,24 @@ enum Language {
|
|||
* Spanish
|
||||
*/
|
||||
SPANISH = 5;
|
||||
}
|
||||
|
||||
/*
|
||||
* Swedish
|
||||
*/
|
||||
SWEDISH = 6;
|
||||
|
||||
/*
|
||||
* Finnish
|
||||
*/
|
||||
FINNISH = 7;
|
||||
|
||||
/*
|
||||
* Polish
|
||||
*/
|
||||
POLISH = 8;
|
||||
|
||||
/*
|
||||
* Turkish
|
||||
*/
|
||||
TURKISH = 9;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue