refactor: replace integer literal with variable

This commit is contained in:
Javier Pérez 2024-03-01 00:05:45 +01:00
parent 27b2709ccb
commit 156c6c768c

View File

@ -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
} }