mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
refactor: replace integer literal with variable
This commit is contained in:
parent
27b2709ccb
commit
156c6c768c
@ -5,7 +5,7 @@ hud-social-not_yet_available = Not yet available
|
|||||||
hud-social-faction = Faction
|
hud-social-faction = Faction
|
||||||
hud-social-play_online_fmt =
|
hud-social-play_online_fmt =
|
||||||
{ $nb_player ->
|
{ $nb_player ->
|
||||||
[1] 1 player online
|
[1] { $nb_player } player online
|
||||||
*[other] { $nb_player } players online
|
*[other] { $nb_player } players online
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user