Question About 'Abbreviate Large Numbers' Formatting #1468


Closed
  • murloc_tnsy created this issue Apr 11, 2026

     

     

     

    I wanted to ask about an issue I am seeing with the “Abbreviate Large Numbers” setting.

    For my number display, large values are currently being shown with digit separators, such as “406,340”, instead of using an abbreviated format like “406k”. From my understanding, enabling large number abbreviation should display values in the shortened “k” style.

    Could you let me know why this is happening, and whether there is an additional setting, locale-related behavior, or version difference that affects this formatting?

    Thank you for your help.

  • michaelsp posted a comment Apr 12, 2026

    The formatting is done by the game now, and depending of the client language the format is different, for example in spanish the game is displaying "406mil" instead of "406k".  

    The function used to abbreviate numbers is  AbbreviateLargeNumbers(),  example that can be typed in chat:

     

    /script print( AbbreviateLargeNumbers(406340) )


    Edited Apr 12, 2026
  • murloc_tnsy posted a comment Apr 17, 2026

    So is there any method to change the formatting. Just like i want it show"406k" instead of "406mil" in spanish.

  • michaelsp posted a comment Apr 17, 2026

    Try out version 3.3.16-beta

  • michaelsp closed issue Apr 22, 2026

To post a comment, please login or register a new account.