Skip to content

Commit

Permalink
translation
Browse files Browse the repository at this point in the history
  • Loading branch information
volas committed Jan 10, 2025
1 parent 601144e commit e0eb483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/samosbor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ SUBSYSTEM_DEF(samosbor)
/datum/controller/subsystem/samosbor/proc/milestone_notification(milestone)
world.send2bridge(
type = list(BRIDGE_ANNOUNCE, BRIDGE_SAMOSBOR),
attachment_title = "New today's milestone reached: more than **[milestone]** players online!",
attachment_msg = "Join now: <[BYOND_JOIN_LINK]>"
attachment_title = "Новый результат на сегодня: более [milestone] игроков онлайн!",
attachment_msg = BRIDGE_JOIN_LINKS
)

#undef SAMOSBOR_CACHE_FOLDER
Expand Down

0 comments on commit e0eb483

Please sign in to comment.