#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)
Change History (3)
by , 14 years ago
Attachment: | notranslate.png added |
---|
comment:1 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
chatting with cramm ( es-AR translator) show the point the str not missing ... sorry for the ticket.
no translating apply