overpy icon indicating copy to clipboard operation
overpy copied to clipboard

french custom game settings not using required special character (#290)

Open yubber opened this issue 2 years ago • 2 comments

the bug got out of the bag again (originally issue #290)

game expects   (U+00a0) when specifying a team (Équipe 1), instead of the normal space

this character is missing in the "max players in team 1/2" and "heroes" settings

salon
	{
		Maximum de joueurs en Chacun pour soi: 4
		Joueurs max. dans Équipe 1.: 2 <-- here
		Joueurs max. dans Équipe 2.: 2 <-- here
	}
...
héros
	{
		Équipe 1 <-- here, and also in Équipe 2
		{
			héros activés
			{
				Ange
			}
		}
...

yubber avatar Dec 18 '22 13:12 yubber

Yes, this is a datatool bug (they strip them out because it caused issues on other stuff)

What I could do is merge an old version of the strings file with the current one, and mark the guids with a space to not update, but for now I don't have much time to do this, you'll have to switch to English.

Zezombye avatar Dec 18 '22 18:12 Zezombye

i found another, if/when you're free to fix it, the same character is expected in:

  • cooldown settings (previously Temps de recharge de X -> Temps de recharge_: X)
  • soldier's name (Soldat_: 76)

where _ is U+00a0

i am going to throw a big rock at blizzard headquarters

yubber avatar Jun 29 '23 01:06 yubber