mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
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:
6
upcoming-release-notes/6748.md
Normal file
6
upcoming-release-notes/6748.md
Normal 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"
|
||||
Reference in New Issue
Block a user