Opened 41 hours ago

Closed 40 hours ago

#35862 closed Bug (invalid)

invalid token in plural form: EXPRESSION on django/contrib/auth/locale/ru_RU and some other ru_RU file when running manage.py compilemessages -l ru_RU command

Reported by: ebondarikksoftvoya Owned by:
Component: Internationalization Version: 5.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/gettext.py", line 94, in _tokenize

raise ValueError('invalid token in plural form: %s' % value)

ValueError: invalid token in plural form: EXPRESSION
manage.py compilemessages -l ru_RU

Change History (1)

comment:1 by Natalia Bidart, 40 hours ago

Resolution: invalid
Severity: Release blockerNormal
Status: newclosed

Hello,

This report seems better suited to be a support request. The best place to get answers to your issue is using any of the user support channels from this link.

Since the goal of this issue tracker is to track issues about Django itself, and your issue seems, at first, to be located in your custom code, I'll be closing this ticket as invalid following the ticket triaging process. If, after debugging, you find out that this is indeed a bug in Django, please re-open with the specific details and please be sure to include a small Django project to reproduce or a failing test case.

Thank you!

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