Files
actual-actualbudget/upcoming-release-notes
Adam d8afc6b2be fix(i18n): respect browser preferred languages when supported (#6812)
* fix(i18n): respect browser preferred languages when supported

Instead of relying on the first browser language, the application now
iterates through navigator.languages and selects the first supported
locale, with a fallback to English.

* chore: add the release notes related file

* fix(i18n): check region locales support before falling back to base locale

* fix(i18n): make the unit test aligned with the region locales checking
2026-02-04 20:04:28 +00:00
..
2026-02-04 20:00:42 +00:00
2026-02-04 19:36:37 +00:00

See the Writing Good Release Notes section of the README for the documentation repo for more information on how to create a release notes file here.