Skip to content

Commit

Permalink
Correct substitution for bulgarian 'Щ'
Browse files Browse the repository at this point in the history
  • Loading branch information
kvalev committed May 18, 2023
1 parent 1eab316 commit 2a99576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages_substitution.go
Expand Up @@ -255,7 +255,7 @@ var bgSub = map[rune]string{
'Ц': "Ts",
'Ч': "Ch",
'Ш': "Sh",
'Щ': "Sh",
'Щ': "Sht",
'Ъ': "A",
'Ь': "Y",
'Ю': "Yu",
Expand Down

0 comments on commit 2a99576

Please sign in to comment.