mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #29712 -- Made makemessages warn if locales have hyphens and skip them.
This commit is contained in:
parent
8ed024b9b9
commit
f63f3cdf09
4 changed files with 27 additions and 0 deletions
|
@ -600,6 +600,10 @@ Miscellaneous
|
|||
* The password reset mechanism now invalidates tokens when the user email is
|
||||
changed.
|
||||
|
||||
* :djadmin:`makemessages` command no longer processes invalid locales specified
|
||||
using :option:`makemessages --locale` option, when they contain hyphens
|
||||
(``'-'``).
|
||||
|
||||
.. _deprecated-features-3.2:
|
||||
|
||||
Features deprecated in 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue