#14768 closed (fixed)
es-MX locale, formats.py contribution
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Translations | Version: | 1.2 |
| Severity: | Keywords: | locale es es-MX | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hello,
I'm Alonso Bautista Villalobos, from Mexico and found out the none of the spanish locale (es, es-AR) where useful for my contry.
I check out the (updated) official mexican norm and ISO rules.
The main reason is that we use a dot decimal separator and a white space thousand separator:
DECIMAL_SEPARATOR = '.' # ',' is also official (less common): NOM-008-SCFI-2002 THOUSAND_SEPARATOR = ' ' # white space
REFERENCE
Date data: ISO 8601
Norma Oficial Mexicana: NOM-008-SCFI-2002
Explain the use of coma and dot: http://factual-services.com.mx/revista/enero-febrero-2010/18-contenido-ene-feb-2010/36-nom-008-scfi-2002-sistema-general-de-unidades-de-medida
Attachments (1)
Change History (7)
by , 15 years ago
| Attachment: | formats.py added |
|---|
comment:1 by , 15 years ago
| milestone: | → 1.3 |
|---|
comment:2 by , 15 years ago
| Component: | Internationalization → Translations |
|---|
comment:3 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:4 by , 15 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
formats.py for es-MX locate