mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
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
This commit is contained in:
@@ -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
|
||||
==============
|
||||
|
||||
Reference in New Issue
Block a user