Skip to content

Conversation

@MichaelC001
Copy link

Summary

The minute locale was set to empty string '' in both en-US and zh-CN, causing period display like "1", "5", "15" instead of "1m", "5m", "15m".

Changes:

  • en-US: minute: '' -> minute: 'm'
  • zh-CN: minute: '' -> minute: '分'

Before

Period display for minutes: 1, 5, 15, 30

After

Period display for minutes: 1m, 5m, 15m, 30m (en-US) or 1分, 5分, 15分, 30分 (zh-CN)

🤖 Generated with Claude Code

The minute locale was set to empty string '', causing period display
like "1", "5", "15" instead of "1m", "5m", "15m".

- en-US: minute: '' -> 'm'
- zh-CN: minute: '' -> '分'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.

1 participant