Skip to content

Commit

Permalink
[4.0.x] Fixed typo in docs/topics/i18n/translation.txt.
Browse files Browse the repository at this point in the history
Backport of 7375423 from main
  • Loading branch information
philippbosch authored and felixxm committed Feb 18, 2022
1 parent 760b7e7 commit 7587247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/i18n/translation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ URL::
# The value returned by get_version() must change when translations change.
urlpatterns = [
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'),
]

Expand Down

0 comments on commit 7587247

Please sign in to comment.