Merge branch 'juliancoffee/i18n-chat-comments' into 'master'

Fix group-comments

See merge request veloren/veloren!4347
This commit is contained in:
Illia Denysenko 2024-02-29 21:54:13 +00:00
commit 6bf48eb156

View File

@ -10,12 +10,12 @@ hud-chat-connection_lost = Connection lost. Kicking in { $time } seconds.
hud-chat-tell-to = To [{ $alias }]: { $msg } hud-chat-tell-to = To [{ $alias }]: { $msg }
hud-chat-tell-from = From [{ $alias }]: { $msg } hud-chat-tell-from = From [{ $alias }]: { $msg }
# Npc /tell messages, no gender info, sadly ## Npc /tell messages, no gender info, sadly
hud-chat-tell-to-npc = To [{ $alias }]: { $msg } hud-chat-tell-to-npc = To [{ $alias }]: { $msg }
hud-chat-tell-from-npc = From [{ $alias }]: { $msg } hud-chat-tell-from-npc = From [{ $alias }]: { $msg }
# Generic messages ## Generic messages
hud-chat-message = [{ $alias }]: { $msg } hud-chat-message = [{ $alias }]: { $msg }
hud-chat-message-with-name = [{ $alias }] { $name }: { $msg } hud-chat-message-with-name = [{ $alias }] { $name }: { $msg }