[PR #1938] [MERGED] Switch from en-ZA to en-SE for space-comma NumberFormat #4032

Closed
opened 2026-02-28 20:50:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1938
Author: @twk3
Created: 11/20/2023
Status: Merged
Merged: 11/20/2023
Merged by: @MatissJanis

Base: masterHead: fix-space-comma-format


📝 Commits (2)

  • c076989 Switch from en-ZA to en-SE for space-comma NumberFormat
  • 202ce7f Add release note

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 packages/loot-core/src/shared/util.ts (+1 -1)
upcoming-release-notes/1938.md (+6 -0)

📄 Description

  • Fixes space-comma format for newer NodeJS versions (18.18, and 21.x)

en_ZA no longer follows space-comma format in ICU 73 data, so switching to en_SE to restore functionality.

The locale details for en_SE can be found here: https://github.com/unicode-org/icu/blob/main/icu4c/source/data/locales/en_SE.txt

Fix for https://github.com/actualbudget/actual/issues/1937


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1938 **Author:** [@twk3](https://github.com/twk3) **Created:** 11/20/2023 **Status:** ✅ Merged **Merged:** 11/20/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `fix-space-comma-format` --- ### 📝 Commits (2) - [`c076989`](https://github.com/actualbudget/actual/commit/c07698956a5797156c1bc5e7d26733e955bcdafc) Switch from en-ZA to en-SE for space-comma NumberFormat - [`202ce7f`](https://github.com/actualbudget/actual/commit/202ce7f8e0db9ff121870d9b338d0be03b0cc6d3) Add release note ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/shared/util.ts` (+1 -1) ➕ `upcoming-release-notes/1938.md` (+6 -0) </details> ### 📄 Description - Fixes space-comma format for newer NodeJS versions (18.18, and 21.x) en_ZA no longer follows space-comma format in ICU 73 data, so switching to en_SE to restore functionality. The locale details for en_SE can be found here: https://github.com/unicode-org/icu/blob/main/icu4c/source/data/locales/en_SE.txt Fix for https://github.com/actualbudget/actual/issues/1937 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:50:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4032