Django

Code

Ticket #1184 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Russian translation of admin system dies when adding object

Reported by: sergey@jeez.ru Assigned to: adrian
Milestone: Component: django.contrib.admin
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

When you`re using russian translation of admin system and trying to add new object you may get 500 error with text:

ValueError at /admin/your/path/here/add unsupported format character '�' (0xffffffd0) at index 37

There is a bug in django/conf/locale/ru/LC_MESSAGES/django.po on line 411

now:

msgid "You may add another %s below."

msgstr "Вы можете добавить % внизу."

should be:

msgid "You may add another %s below."

msgstr "Вы можете добавить %s внизу."

Attachments

django.po (45.0 kB) - added by Maniac <Maniac@SoftwareManiacs.Org> on 01/07/06 18:57:43.
Fixed django.po

Change History

01/07/06 10:21:01 changed by hugo

Please attach the full .po file after correction - otherwise I am completely unable to fix the error, as I don't even know how to enter those chars :-)

It's much easier to just attach the .po file to the ticket so that I can include that to the svn trunk.

01/07/06 18:57:43 changed by Maniac <Maniac@SoftwareManiacs.Org>

  • attachment django.po added.

Fixed django.po

01/07/06 19:06:51 changed by hugo

  • status changed from new to closed.
  • resolution set to fixed.

(In [1852]) fixes #1184 - fixed 'ru' translation


Add/Change #1184 (Russian translation of admin system dies when adding object)




Change Properties
Action