refactor: make selector consistent

This commit is contained in:
Javier Pérez 2024-02-29 23:58:59 +01:00
parent 5ceedc8448
commit 27b2709ccb
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ hud-rank_up = New skillpoint
hud-skill-sp_available = hud-skill-sp_available =
{ $number -> { $number ->
[0] No skill points available [0] No skill points available
[one] { $number } skill point available [1] { $number } skill point available
*[other] { $number } skill points available *[other] { $number } skill points available
} }
hud-skill-not_unlocked = Not yet unlocked hud-skill-not_unlocked = Not yet unlocked

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 ->
[one] 1 player online [1] 1 player online
*[other] { $nb_player } players online *[other] { $nb_player } players online
} }

View File

@ -17,11 +17,11 @@ hud-trade-result-completed = Trade completed successfully.
hud-trade-result-declined = Trade declined. hud-trade-result-declined = Trade declined.
hud-trade-result-nospace = Not enough space to complete the trade. hud-trade-result-nospace = Not enough space to complete the trade.
hud-trade-buy = Buy Price: { $coin_num -> hud-trade-buy = Buy Price: { $coin_num ->
[one] one coin [1] one coin
*[other] { $coin_formatted } coins *[other] { $coin_formatted } coins
} }
hud-trade-sell = Sell Price: { $coin_num -> hud-trade-sell = Sell Price: { $coin_num ->
[one] one coin. [1] one coin.
*[other] { $coin_formatted } coins *[other] { $coin_formatted } coins
} }
hud-trade-tooltip_hint_1 = <Shift-Click to Add/Remove from trade.> hud-trade-tooltip_hint_1 = <Shift-Click to Add/Remove from trade.>