Frontend/i18n: Move monthFormatter to localizeDateTime infra.#8123
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
aapeliv
left a comment
There was a problem hiding this comment.
i'll let Nicole look at this!
nabramow
left a comment
There was a problem hiding this comment.
Looks good to me! Switched around a bunch of languages in ReferenceListItem and the AboutMe and all looked okay.
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR is mainly an internal frontend i18n/date-formatting refactor that consolidates month formatting into existing localization infrastructure. It does not introduce a clear new feature, major UX change, or important user-facing bug fix, and any visible impact appears minor and mostly about implementation consistency. 🤖 Bot Debug InformationModel: |
Aligns formatting months with the design for formatting other dates, so they all have the same parameters. Will also support using the caching from #8122
localizeDateTimecan be used directly, but I also added alocalizeYearMonthhelper.Assumes changes from #8124 , so please also review :)
Testing
Ran frontend locally
Web frontend checklist
For maintainers