diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2011-10-22 17:17:57 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2011-10-22 17:17:57 +0000 |
| commit | 67e6e0fcf35d93f88bfb1a4cbf5c6008d99dd923 (patch) | |
| tree | 990facba20e2f825f47fe763cc19ce42e5e37659 /docs/ref/contrib | |
| parent | 4f00a2d316d6a8ffb6ca4ab6c89aaf8fb8bd3e60 (diff) | |
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I18N/USE_L10N and the concepts of internationalization/localisation. Re
moved some duplicate content.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/localflavor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/localflavor.txt b/docs/ref/contrib/localflavor.txt index 0a39c31b7a..4671906fa1 100644 --- a/docs/ref/contrib/localflavor.txt +++ b/docs/ref/contrib/localflavor.txt @@ -146,7 +146,7 @@ Django's general catalog in ``django/conf/locale``. If you want localflavor's texts to be translated, like form fields error messages, you must include :mod:`django.contrib.localflavor` in the :setting:`INSTALLED_APPS` setting, so the internationalization system can find the catalog, as explained in -:ref:`using-translations-in-your-own-projects`. +:ref:`how-django-discovers-translations`. Adding flavors ============== |
