1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations.

Regression in e3e48b0012.

Thanks to Shai Berger for report, reproduce and suggested fix.
This commit is contained in:
Carlton Gibson
2020-05-28 10:26:41 +02:00
committed by Mariusz Felisiak
parent df18882473
commit dd1ca50b09
16 changed files with 176 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class LoadingAppConfig(AppConfig):
name = 'loading_app'