Opened 17 years ago

Closed 17 years ago

#3565 closed (fixed)

Update spanish translation and fixed some issues with some messages

Reported by: agarfu@… Owned by: hugo
Component: Internationalization Version: dev
Severity: Keywords: Spanish i18n message
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is a patch against trunk.

This patch update spanish translation and fix some problems with messages on django/core/validators.py : 364 and django/contrib/admin/views/doc.py: 171, 183, 214

There is a problem that I can't fix in django/utils/html.py : 10

To sucessfuly update .po file I had to comment that line, then execute bin/make-messages.py -a -l <put your languaje here/> and remove the comment.

This is the error message whithout the comment:

./bin/make-messages.py -a -l es
processing language es
errors happened while running xgettext on html.py
xgettext: Non-ASCII string at ./utils/html.py:10.
          Please specify the source encoding through --from-code.

Thx for your amazing work and sorry for my awful english.

Attachments (2)

i18n-message-problems-spanish-translation-update-20070224-trunk.patch (103.8 KB ) - added by agarfu@… 17 years ago.
i18n patch, update spanish translation, fix some message problems.
spanish-translation-update-20070224-trunk.diff (101.5 KB ) - added by Ramiro Morales <rm0 _at_ gmx.net> 17 years ago.

Download all attachments as: .zip

Change History (4)

by agarfu@…, 17 years ago

i18n patch, update spanish translation, fix some message problems.

by Ramiro Morales <rm0 _at_ gmx.net>, 17 years ago

comment:1 by Ramiro Morales <rm0 _at_ gmx.net>, 17 years ago

This patch has two parts: the part strictly related to the updating of the es translation and a patch to the Django code that is being discussed in #3410.

I dared to cripple agarfu's patch and eliminated the second part.

agarfu: You don' t need to specify the -a switch to make-message.py if you only intend to process one language.

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [4606]) Fixed #3565 -- Updated Spanish translation. Thanks, agarfu@… and Mario
Gonzalez.

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