Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15047 closed (invalid)

missing the "%(sel)s of %(cnt)s selected" str on translate

Reported by: zodman Owned by: nobody
Component: Internationalization Version: 1.2
Severity: Keywords: translate, gettext, plural
Cc: Jannis Leidel Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

when i run

xgettext -d djangojs -L Perl --keyword=gettext_noop --keyword=gettext_lazy --keyword=ngettext_lazy:1,2 --from-code UTF-8 -o - <virtual_env>/lib/python2.6/site-packages/django/contrib/admin/media/js/actions.js

and
xgettext -d djangojs -L Perl --keyword=gettext_noop --keyword=gettext_lazy --keyword=ngettext_lazy:1,2 --from-code UTF-8 -o - <virtual_env>/lib/python2.6/site-packages/django/contrib/admin/media/js/actions.min.js

It did not have same output the "%(sel)s of %(cnt)s selected" string plural missing. on the file actions.min.js so this consecuence on the admin not apply the translate for that string. Attach image.

i take the command from django/core/management/commands/makemessages.py

andres-vargas $ python manage.py --version
1.2.3

Attachments (1)

notranslate.png (57.8 KB ) - added by zodman 13 years ago.
no translating apply

Download all attachments as: .zip

Change History (3)

by zodman, 13 years ago

Attachment: notranslate.png added

no translating apply

comment:1 by zodman, 13 years ago

Resolution: invalid
Status: newclosed

chatting with cramm ( es-AR translator) show the point the str not missing ... sorry for the ticket.

comment:2 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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