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 - Lithuanian
- Estonian - Estonian
- Icelandic - Icelandic
- Czeck - Czech
- French - French
- Armenian - Armenian
- Korean - Korean

View File

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