We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b8c66 commit 099b159Copy full SHA for 099b159
transliteration.go
@@ -20,7 +20,7 @@ func UkrToLat(ukrainianText string) (transliteratedText string) {
20
continue
21
}
22
23
- if latChar, isUrkChar := ukrToLatRules[currentChar]; isUrkChar {
+ if latChar, isUkrChar := ukrToLatRules[currentChar]; isUkrChar {
24
switch currentChar {
25
// Process exceptions for "Зг", "зг"
26
case 'З', 'з':
0 commit comments