#7348 closed (fixed)
django.contrib.localflavor.it.forms.ITSocialSecurityNumberField.default_error_messages is translated wrongly
| Reported by: | Owned by: | Nicola Larosa | |
|---|---|---|---|
| Component: | Translations | Version: | dev |
| Severity: | Keywords: | codice fiscale | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
#: contrib/localflavor/it/forms.py:43
is translated as:
"Inserire un numero di assistenza sociale valido."
should be translated as:
"Inserire un codice fiscale valido."
Change History (4)
comment:1 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 17 years ago
For the record: the reporter correctly assumes that the Italian "codice fiscale" is functionally equivalent to the Social Security Number in various other countries.
The other occurrences of SSN are still translated with a generic "numero di assistenza sociale" because they are nation-specific (Finland, Norway, USA).
comment:4 by , 17 years ago
I dunno if "numero di codice fiscale" is correct because it's not a number but a code so I think that the correct translation is "Inserire un codice fiscale valido" not "Inserire un numero di codice fiscale valido" but I dunno really
(In [7569]) Italian translation: fixes #7348, other small fixes. Thanks to BazzaniMarco.