Opened 17 years ago
Closed 17 years ago
#5799 closed (fixed)
Spanish translation typo
Reported by: | maru | Owned by: | nobody |
---|---|---|---|
Component: | Translations | Version: | dev |
Severity: | Keywords: | spanish es typo | |
Cc: | 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
[source:django/trunk/django/conf/locale/es/LC_MESSAGES/django.po@L1019#L1019 Spanish (es) django.po file line 1019]
msgstr "Erorr en la base de datos"
"Erorr" is a typo.
See patch attached.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | es.django.po.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6616]) Fixed #5799 -- Apparently it's not enough to have all the right letters in a
word; the Spanish people also want them in the right order. So fixed a typo in
the Spanish translation. Thanks, maru.