Modified formatDay function in both calendar components: - For Korean locale (ko), display only the day number (e.g., '10' instead of '10일') - For other locales, use default toLocaleString formatting Changes: - nice-calendar.tsx: Updated formatDay to check currentLocale === 'ko' - nice-calendar-month.tsx: Updated formatDay to check currentLocale === 'ko' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3.7 KiB
3.7 KiB