Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "микро-макро добавка замены "??" на "вопросительно смотрит"." #695

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Content.Server/Chat/Managers/ChatSanitizationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public sealed class ChatSanitizationManager : IChatSanitizationManager

private static readonly Dictionary<string, string> SmileyToEmote = new()
{
{ "??", "chatsan-questioned" },
// Corvax-Localization-Start
{ "хд", "chatsan-laughs" },
{ "о-о", "chatsan-wide-eyed" }, // cyrillic о
Expand Down
8 changes: 1 addition & 7 deletions Resources/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1756,10 +1756,4 @@ Entries:
changes:
- {message: "НТ решили не выдавать бесплатные деньги в вещмешках парамедика, а оставить себе.", type: Fix}
id: 55746 #костыль отображения в Обновлениях
time: '2024-05-07T23:25:00.0000000+00:00'

- author: JustKekc
changes:
- {message: "Добавлена замена '??' в тексте сообщения на 'вопросительно смотрит' эмоцией.", type: Add}
id: 55747 #костыль отображения в Обновлениях
time: '2024-05-10T20:25:00.0000000+00:00'
time: '2024-05-07T23:25:00.0000000+00:00'
1 change: 0 additions & 1 deletion Resources/Locale/en-US/chat/sanitizer-replacements.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ chatsan-tearfully-smiles = tearfully smiles
chatsan-winks = winks
chatsan-claps = claps
chatsan-snaps = snaps
chatsan-questioned = gazes questioningly
3 changes: 1 addition & 2 deletions Resources/Locale/ru-RU/ADT/sanitizer-apathy-replacements.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ chatsan-salutes-apathy = салютует
chatsan-tearfully-salutes-apathy = отдаёт честь со слезами на глазах
chatsan-shrugs-apathy = пожимает плечами
chatsan-claps-apathy = хлопает
chatsan-snaps-apathy = щёлкает
chatsan-questioned-apathy = вопросительно смотрит
chatsan-snaps-apathy = щёлкает
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/chat/sanitizer-replacements.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ chatsan-tearfully-salutes = отдаёт честь со слезами на г
chatsan-shrugs = пожимает плечами
chatsan-claps = хлопает
chatsan-snaps = щёлкает
chatsan-questioned = вопросительно смотрит
Loading