Skip to content

Commit

Permalink
Update languages_substitution.go
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixik authored Dec 13, 2021
1 parent 211a202 commit bbbac16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions languages_substitution.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ var huSub = map[rune]string{
'Ü': "U",
'ű': "u",
'Ű': "U",
}

var idSub = map[rune]string{
'&': "dan",
Expand Down

0 comments on commit bbbac16

Please sign in to comment.