Skip to content

Commit 2a99576

Browse files
authored
Correct substitution for bulgarian 'Щ'
1 parent 1eab316 commit 2a99576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages_substitution.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ var bgSub = map[rune]string{
255255
'Ц': "Ts",
256256
'Ч': "Ch",
257257
'Ш': "Sh",
258-
'Щ': "Sh",
258+
'Щ': "Sht",
259259
'Ъ': "A",
260260
'Ь': "Y",
261261
'Ю': "Yu",

0 commit comments

Comments
 (0)