Changes between Initial Version and Version 1 of Ticket #30535, comment 1
- Timestamp:
- Jun 1, 2019, 7:28:13 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30535, comment 1
initial v1 3 3 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" 4 4 5 The app is higher then django.contrib.auth in INSTALLED_APPS, but my override seems to be completely ignored. 5 The app is higher then django.contrib.auth in INSTALLED_APPS, but my override seems to be completely ignored. Without the ability to at least override this, we're stuck with django 2.0 since we can't very well have the english message in our apps.