Stanzilla / WoWUIBugs

World of Warcraft UI Bug Tracker
153 stars 7 forks source link

[Cata Classic] Incorrect thousands separator for BreakUpLargeNumbers in French locale #585

Open Solanya opened 1 week ago

Solanya commented 1 week ago

On French Cataclysm Classic clients, BreakUpLargeNumbers uses - as the thousands separator, which is incorrect.

/dump BreakUpLargeNumbers(10000000)
10-000-000

image

Every other game client usually doesn't use a separator for 1000+ numbers in French, and the standard thousands separator would be a space.

Retail: (tested on TWW with same result)

/dump BreakUpLargeNumbers(10000000)
10000000

image