Changes between Version 1 and Version 2 of Ticket #35352
- Timestamp:
- Apr 3, 2024, 6:04:11 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35352 – Description
v1 v2 1 1 with gettext version 0.22.5, Somali (so) and Cantonese (yue) stopped working. 2 2 If I remove language files for these two languages, the runserver works fine, 3 if I add back these two languages, error: ValueError: invalid token in plural form: EXPRESSION3 if I add back these two languages, `error: ValueError: invalid token in plural form: EXPRESSION` 4 4 5 Also, makemessages CommandError: Type 'manage.py help makemessages' for usage information.5 Also, `makemessages` `CommandError: Type 'manage.py help makemessages' for usage information.` 6 6 7 Whereas, if I run makemessages -l so -l yueit works fine, but still the project does not start, yielding the same error.7 Whereas, if I run `makemessages -l so -l yue` it works fine, but still the project does not start, yielding the same error. 8 8 What's even weirder: if I set `makemessages -x de` (that should be irrelevant), then makemessages runs also fine. 9 9 Compilemessages runs also just fine.