Opened 20 months ago

Closed 20 months ago

Last modified 20 months ago

#34313 closed Bug (fixed)

Thousands separator for Spanish language is incorrect

Reported by: daniboygg Owned by: Youngkwang Yang
Component: Internationalization Version: 4.1
Severity: Normal Keywords: number format, format, spanish
Cc: Carlton Gibson Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Right now thousands separator for Spanish language is a period ".", which is incorrect according to the Royal Spanish Academy (I cannot provide the link to the clarification since is detected as spam).

The correct separation for thousand is and empty space (I guess it would be a good idea to be a non-breaking space). When the number only have 4 digits it's fine to omit the thousands separator like so: 10 000 personas, 4514 páginas (an example from the previous link).

Change History (6)

comment:1 by Mariusz Felisiak, 20 months ago

Cc: Carlton Gibson added
Summary: Thousands separator for spanish language is incorrectThousands separator for Spanish language is incorrect
Triage Stage: UnreviewedAccepted

Looks like it was changed in 2010.

comment:2 by Youngkwang Yang, 20 months ago

Owner: changed from nobody to Youngkwang Yang
Status: newassigned

comment:3 by Youngkwang Yang, 20 months ago

Has patch: set

comment:4 by Carlton Gibson, 20 months ago

Triage Stage: AcceptedReady for checkin

comment:5 by GitHub <noreply@…>, 20 months ago

Resolution: fixed
Status: assignedclosed

In 9f20f38:

Fixed #34313 -- Updated thousands separator for Spanish (ES) locale.

Format was updated from a comma to a space in 2010.

ref: https://en.wikipedia.org/wiki/Decimal_separator#Examples_of_use

comment:6 by Carlton Gibson <carlton.gibson@…>, 20 months ago

In b17fad46:

[4.2.x] Fixed #34313 -- Updated thousands separator for Spanish (ES) locale.

Format was updated from a comma to a space in 2010.

ref: https://en.wikipedia.org/wiki/Decimal_separator#Examples_of_use
Backport of 9f20f382cab9241f2e8ec724eb84d341a68567bc from main

Note: See TracTickets for help on using tickets.
Back to Top