Skip to content

Comments

[72262] Replace EUR with € in seed data and harmonize widgets#22082

Open
HDinger wants to merge 1 commit intodevfrom
bug/72262-replace-eur-with-in-seed-data-and-harmonize-widgets
Open

[72262] Replace EUR with € in seed data and harmonize widgets#22082
HDinger wants to merge 1 commit intodevfrom
bug/72262-replace-eur-with-in-seed-data-and-harmonize-widgets

Conversation

@HDinger
Copy link
Contributor

@HDinger HDinger commented Feb 23, 2026

Ticket

https://community.openproject.org/wp/72262

What are you trying to accomplish?

Apply negative currency format and change default from "EUR" to "€"

Screenshots

Bildschirmfoto 2026-02-23 um 16 11 43

@HDinger HDinger added this to the 17.2.x milestone Feb 23, 2026
@HDinger HDinger force-pushed the bug/72262-replace-eur-with-in-seed-data-and-harmonize-widgets branch from ed5a360 to fbcd9bc Compare February 24, 2026 07:26
super.merge(unit: ERB::Util.h(Setting.costs_currency),
format: ERB::Util.h(Setting.costs_currency_format))
format: ERB::Util.h(Setting.costs_currency_format),
negative_format: "-#{ERB::Util.h(Setting.costs_currency_format)}")
Copy link
Contributor

@myabc myabc Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use a typographic minus sign (U+2212)(−) here rather than hyphen-minus (U+002D)(-).

(hyphen-minus is correct syntax when programming, but not for presentation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants