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:
committed by
Mariusz Felisiak
parent
df18882473
commit
dd1ca50b09
5
tests/i18n/loading_app/apps.py
Normal file
5
tests/i18n/loading_app/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class LoadingAppConfig(AppConfig):
|
||||
name = 'loading_app'
|
||||
Reference in New Issue
Block a user