Expose player names to localization.

This commit is contained in:
Matthias Mailänder
2024-07-30 21:23:13 +02:00
committed by Gustas
parent 9a46f3053a
commit 4e5556dccc
39 changed files with 203 additions and 77 deletions

View File

@@ -860,3 +860,14 @@ notification-desync-compare-logs = Out of sync in frame { $frame }.
## SupportPowerTimerWidget
support-power-timer = { $player }'s { $support-power }: { $time }
## WidgetUtils
label-win-state-won = Won
label-win-state-lost = Lost
## Player
enumerated-bot-name =
{ $name } { $number ->
*[zero] {""}
[other] { $number }
}