Remove comma from all instances of month-year strings (#6748)

* Remove comma from all instances of month-year strings, e.g., "January 2026" rather than "January, 2026"

* Update VRT screenshots

Auto-generated by VRT workflow

PR: #6748

* All updated calls now include `locale` as an argument

* Update dependencies in `useEffect` to include `locale`

* Reorganized new import

* Remove double colon

* Consistent trailing commas

* Include locale in other dependency arrays

* Reorder imports

* Update VRT screenshots

Auto-generated by VRT workflow

PR: #6748

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
This commit is contained in:
Tyler Durr
2026-02-04 18:27:00 -06:00
committed by GitHub
parent 1452ecfeb7
commit c57260a504
16 changed files with 35 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [TDurrr1]
---
Month-year dates are now correctly formatted without a comma, e.g., "January 2026" instead of "January, 2026"