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)

es.django.po.diff (325 bytes ) - added by maru 17 years ago.

Download all attachments as: .zip

Change History (3)

by maru, 17 years ago

Attachment: es.django.po.diff added

comment:1 by Simon G., 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(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.

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