mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30439 -- Added support for different plural forms for a language.
Thanks to Michal Čihař for review.
This commit is contained in:
@@ -4,9 +4,10 @@ Django 2.2.12 release notes
|
||||
|
||||
*Expected April 1, 2020*
|
||||
|
||||
Django 2.2.12 fixes several bugs in 2.2.11.
|
||||
Django 2.2.12 fixes a bug in 2.2.11.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* ...
|
||||
* Added the ability to handle ``.po`` files containing different plural
|
||||
equations for the same language (:ticket:`30439`).
|
||||
|
||||
Reference in New Issue
Block a user