Ticket #17319: django-17319-translation-docs.diff

File django-17319-translation-docs.diff, 563 bytes (added by Bas Peschier, 12 years ago)
  • docs/topics/i18n/translation.txt

    diff -r 5264ca243e09 docs/topics/i18n/translation.txt
    a b  
    12541254* If that's empty -- say, if a user's browser suppresses that header --
    12551255  then the user will be redirected to ``/`` (the site root) as a fallback.
    12561256
    1257 Here's example HTML template code:
     1257Here is example HTML template code, which redirects the user to the example url
     1258``/next/page/`` after changing the language.
    12581259
    12591260.. code-block:: html+django
    12601261
Back to Top