Ticket #17319: django-17319-translation-docs.diff
File django-17319-translation-docs.diff, 563 bytes (added by , 13 years ago) |
---|
-
docs/topics/i18n/translation.txt
diff -r 5264ca243e09 docs/topics/i18n/translation.txt
a b 1254 1254 * If that's empty -- say, if a user's browser suppresses that header -- 1255 1255 then the user will be redirected to ``/`` (the site root) as a fallback. 1256 1256 1257 Here's example HTML template code: 1257 Here is example HTML template code, which redirects the user to the example url 1258 ``/next/page/`` after changing the language. 1258 1259 1259 1260 .. code-block:: html+django 1260 1261