mirror of
https://github.com/django/django.git
synced 2025-07-07 19:29:12 +00:00
[4.0.x] Fixed typo in docs/topics/i18n/translation.txt.
Backport of 737542390af27616d93f86cd418e2d7f3e874b27 from main
This commit is contained in:
parent
760b7e7f4f
commit
75872476ec
@ -1247,7 +1247,7 @@ URL::
|
|||||||
# The value returned by get_version() must change when translations change.
|
# The value returned by get_version() must change when translations change.
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('jsi18n/',
|
path('jsi18n/',
|
||||||
cache_page(86400, key_prefix='js18n-%s' % get_version())(JavaScriptCatalog.as_view()),
|
cache_page(86400, key_prefix='jsi18n-%s' % get_version())(JavaScriptCatalog.as_view()),
|
||||||
name='javascript-catalog'),
|
name='javascript-catalog'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user