Skip to content

Conversation

@swift0914
Copy link
Owner

Add internationalized number formatting for wallet balance to support 'K' units for English and '万' units for Chinese.

The previous implementation only converted numbers to '万' (ten thousand) units for values >= 10,000. This PR extends the functionality to also convert to 'K' (thousand) units for values >= 1,000 when the application language is English, ensuring appropriate localization for number magnitudes and units.


Open in Cursor Open in Web

Co-authored-by: swift0914 <swift0914@gmail.com>
@cursor
Copy link

cursor bot commented Oct 15, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@swift0914 swift0914 marked this pull request as ready for review October 15, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants