Skip to content

Commit

Permalink
"SITE" translation added
Browse files Browse the repository at this point in the history
  • Loading branch information
st1ng2 committed Apr 7, 2024
1 parent 3a34d88 commit 67e2e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BombsiteAnnouncer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void OnTick(CCSPlayerController player)
}

player.PrintToCenterHtml(
$"<font class='fontSize-l' color='{color}'>{message} <font color='white'>SITE</font> <font color='{color}'>{bombsite}</font><br>" +
$"<font class='fontSize-l' color='{color}'>{message} <font color='white'>{Localizer["phrases.site"]}</font> <font color='{color}'>{bombsite}</font><br>" +
$"<img src='{siteImage}'><br><br>" +
$"<font class='fontSize-m' color='white'>{ttNum}</font> <font class='fontSize-m'color='red'>{Localizer["phrases.terrorist"]} </font><font class='fontSize-m' color='white'> {Localizer["phrases.versus"]}</font> <font class='fontSize-m' color='white'> {ctNum} </font><font class='fontSize-m' color='blue'>{Localizer["phrases.cterrorist"]}</font>"
);
Expand Down
3 changes: 2 additions & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"phrases.defend": "DEFEND",
"phrases.terrorist": "T",
"phrases.cterrorist": "CT",
"phrases.versus": "vs."
"phrases.versus": "vs.",
"phrases.site": "SITE"
}

0 comments on commit 67e2e98

Please sign in to comment.