[Bug]: Number format "1 000.33" is not working #1202

Closed
opened 2026-02-28 19:35:53 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @andriantoeff on GitHub (Jul 7, 2024).

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)

What happened?

When using number format 1 000.33, both display and edits will still have the numbers behave as if using number format 1,000.33

Happened in both desktop app and mobile view.

Extra info:

  • Client version: v24.7.0
    • Desktop app is on Windows 11
    • Mobile view is on Chrome on Android 14, as PWA
  • Server version: v24.7.0
    • Docker tag: latest-alpine

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Desktop App (Electron)

Operating System

Windows 11

Originally created by @andriantoeff on GitHub (Jul 7, 2024). ### Verified issue does not already exist? - [X] I have searched and found no existing issue - [X] I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file) ### What happened? When using number format `1 000.33`, both display and edits will still have the numbers behave as if using number format `1,000.33` Happened in both desktop app and mobile view. Extra info: - Client version: v24.7.0 - Desktop app is on Windows 11 - Mobile view is on Chrome on Android 14, as PWA - Server version: v24.7.0 - Docker tag: latest-alpine ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Desktop App (Electron) ### Operating System Windows 11
GiteaMirror added the bug label 2026-02-28 19:35:53 -06:00
Author
Owner

@MatissJanis commented on GitHub (Jul 9, 2024):

Fixed by https://github.com/actualbudget/actual/pull/2981

@MatissJanis commented on GitHub (Jul 9, 2024): Fixed by https://github.com/actualbudget/actual/pull/2981
Author
Owner

@andriantoeff commented on GitHub (Jul 14, 2024):

"Fixed" by #2981 summary: Number format "1 000.33" has been removed as it came from using "dje" locale format. The "dje" locale format is unfortunately not supported by the Chrome browser.

That's really unfortunate, but "1 000,33" can be an option to use along some efforts to make "," and "." can be used interchangeably as a decimal separator, at least for "1 000,33" number format. Depending on the expected scope, it may have been already implemented for some use-case.

@andriantoeff commented on GitHub (Jul 14, 2024): **"Fixed" by #2981 summary:** Number format "1 000.33" has been removed as it came from using "dje" locale format. The "dje" locale format is unfortunately not supported by the Chrome browser. That's really unfortunate, but "1 000,33" can be an option to use along some efforts to make "," and "." can be used interchangeably as a decimal separator, at least for "1 000,33" number format. Depending on the expected scope, it may have been already implemented for some use-case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1202