Merge pull request #767 from meshtastic/czech-mui

Add Czech translation enum for MUI
This commit is contained in:
Ben Meadors 2025-09-08 16:50:32 -05:00 committed by GitHub
commit 8caf423964
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -314,6 +314,11 @@ enum Language {
*/
BULGARIAN = 17;
/*
* Czech
*/
CZECH = 18;
/*
* Simplified Chinese (experimental)
*/