2 Commits

Author SHA1 Message Date
2af6c1887f Fix typo in code (Czeck -> Czech) 2022-04-16 10:15:55 -07:00
3a3f95acdf Fix typo (Czeck -> Czech) 2022-04-16 10:14:18 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ Since the PineTime does not have enough space to store all unicode glyphs, it on
- Lithuanian
- Estonian
- Icelandic
- Czeck
- Czech
- French
- Armenian
- Korean

View File

@@ -301,7 +301,7 @@ var Transliterators = map[string]Transliterator{
"Ð", "D",
"ð", "d",
},
"Czeck": Map{
"Czech": Map{
"ř", "r",
"ě", "e",
"ý", "y",