Schedules redesign 2/5: i18n infrastructure and generic utilities#3549
Merged
Merged
Conversation
Adds date-name and list Intl formatters, ordinal plural support in the i18n replace types, new common locale strings, and a sortNumbers array utility. Removes the unused common.timezone key. Co-Authored-By: Claude Fable 5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
5 tasks
Alex-Tideman
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description & motivation 💭
Second of five PRs splitting the schedules redesign into reviewable pieces, all targeting
feature/schedules. Independent of PR 1 (#3548) — these can merge in either order.format-date-names.ts: Intl-based localized weekday/month name helpersformat-list.ts: Intl.ListFormat wrapper for natural-language listsi18n/index.ts: expanded plural type suffixes andordinalsupport inI18nReplaceen/common.ts: new shared strings (dates, meridiem, ordinals, timezone label); removes the unusedtimezonekey (zero consumers)utilities/array.ts(sortNumbers)en/workflows.ts: minor wording fix for the signal payload hintThe schedule summary engine in PR 3 consumes these.
Testing 🧪
How was this tested 👻
pnpm check0 errors,pnpm lint0 errors, 2,035 unit tests passing. The new helpers get their test coverage indirectly through the summarize tests landing in PR 3.Steps for others to test: 🚶🏽♂️🚶🏽♀️
No user-visible changes; the new utilities are unused until PR 3.
Checklists
Merge Checklist
feature/schedules(notmain)🤖 Generated with Claude Code