Skip to content

Commit

Permalink
Merge pull request #601 from meshtastic/device-ui-languages
Browse files Browse the repository at this point in the history
device-ui: more languages
  • Loading branch information
thebentern authored Oct 13, 2024
2 parents 49ebc47 + f5d95f3 commit 30ba090
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions meshtastic/device_ui.proto
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,25 @@ enum Language {
* Spanish
*/
SPANISH = 5;

/*
* Swedish
*/
SWEDISH = 6;

/*
* Finnish
*/
FINNISH = 7;

/*
* Polish
*/
POLISH = 8;

/*
* Turkish
*/
TURKISH = 9;
}

0 comments on commit 30ba090

Please sign in to comment.