Skip to content

Commit

Permalink
xd lol
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Sep 7, 2023
1 parent 4f16772 commit d2abc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Speech/EntitySystems/RussianAccentSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static string Accentuate(string message)
'Y' => 'У',
'W' => 'Ш',
'w' => 'ш',
# Corvax-Localization Start
// Corvax-Localization Start
'в' => 'b',
'И' => 'N',
'и' => 'N',
Expand All @@ -47,7 +47,7 @@ public static string Accentuate(string message)
'У' => 'Y',
'Ш' => 'W',
'ш' => 'w',
# Corvax-Localization End
// Corvax-Localization End
_ => accentedMessage[i]
};
}
Expand Down

0 comments on commit d2abc03

Please sign in to comment.