Skip to content

Commit

Permalink
Update TTSSystem.Sanitize.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Oct 18, 2024
1 parent 2f2e3e3 commit 4389593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Corvax/TTS/TTSSystem.Sanitize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private string ReplaceWord2Num(Match word)
{"бсс", "Бэ Эс Эс"},
{"сии", "Эс И И"},
{"ии", "И И"},
{"опз", "о пэ зэ"},
{"опз", "О Пэ Зэ"},
};

private static readonly IReadOnlyDictionary<string, string> ReverseTranslit =
Expand Down

0 comments on commit 4389593

Please sign in to comment.