Ticket #13189: 13189_patch.diff
File 13189_patch.diff, 697 bytes (added by , 15 years ago) |
---|
-
docs/topics/i18n/internationalization.txt
488 488 489 489 To use the catalog, just pull in the dynamically generated script like this:: 490 490 491 <script type="text/javascript" src= {% url django.views.i18n.javascript_catalog %}"></script>491 <script type="text/javascript" src="{% url django.views.i18n.javascript_catalog %}"></script> 492 492 493 493 This uses reverse URL lookup to find the URL of the JavaScript catalog view. 494 494 When the catalog is loaded, your JavaScript code can use the standard