This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-01 14:06:06 +00:00
Code
Issues
30
Releases
Wiki
Activity
67fe092a85
django
/
tests
/
i18n
/
loading_app
/
apps.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations. Regression in e3e48b00127c09eafe6439d980a82fc5c591b673. Thanks to Shai Berger for report, reproduce and suggested fix.
2020-05-28 08:26:41 +00:00
from
django
.
apps
import
AppConfig
class
LoadingAppConfig
(
AppConfig
)
:
Refs #33476 -- Reformatted code with Black.
2022-02-03 19:24:19 +00:00
name
=
"
i18n.loading_app
"
Reference in New Issue
Copy Permalink