Skip to content

Commit

Permalink
Revert "микро-макро добавка замены "??" на "вопросительно смотрит"."
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn authored May 15, 2024
1 parent 1dd29c3 commit 1d30560
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
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 = вопросительно смотрит

0 comments on commit 1d30560

Please sign in to comment.