Skip to content

Commit 79eeab3

Browse files
committed
feat(translate): добавить кнопку «показать оригинал» для копии получателя ЛС
1 parent 5622f4f commit 79eeab3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

minecraft/common/src/main/resources/config/minecraft/localizations/en_us.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ command:
372372
tell:
373373
null_player: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>This player does not exist"
374374
sender: "<fcolor:2>✉ <display_name> → <target> » <fcolor:1><message>"
375-
receiver: "<fcolor:2>✉ <display_name> → <target> » <fcolor:1><message>"
375+
receiver: "<fcolor:2>✉ <display_name> → <target> » <fcolor:1><message><reset><translation>"
376376
myself: "<fcolor:2>✉ [Note] <fcolor:1><message>"
377377
tictactoe:
378378
null_player: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>This player does not exist"

minecraft/common/src/main/resources/config/minecraft/localizations/ru_ru.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ command:
372372
tell:
373373
null_player: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Игрок не найден"
374374
sender: "<fcolor:2>✉ <display_name> → <target> » <fcolor:1><message>"
375-
receiver: "<fcolor:2>✉ <display_name> → <target> » <fcolor:1><message>"
375+
receiver: "<fcolor:2>✉ <display_name> → <target> » <fcolor:1><message><reset><translation>"
376376
myself: "<fcolor:2>✉ [Заметка] <fcolor:1><message>"
377377
tictactoe:
378378
null_player: "<color:#ff7171><sprite_or:⁉:gui:icon/chat_modified>Игрок не найден"

0 commit comments

Comments
 (0)