Django

Code

Changeset 4709

Show
Ignore:
Timestamp:
03/12/07 05:52:21 (2 years ago)
Author:
mtredinnick
Message:

Fixed #3084 -- Fixed typo pointed out by Simon Greenhill.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/i18n.txt

    r4707 r4709  
    285285.. admonition:: Locale restrictions 
    286286 
    287     Django does support localising your application into a locale for which 
    288     Django itself has not been translated -- it will ignore your translation 
    289     files. If you were to try this and Django supported it, you would 
    290     inevitably see a mixture of translated strings (from your application) and 
    291     English strings (from Django itself). If you are wanting to support a 
    292     locale for your application that is not already part of Django, you will 
    293     need to make at least a minimal translation of the Django core. 
     287    Django does not support localising your application into a locale for 
     288    which Django itself has not been translated -- it will ignore your 
     289    translation files. If you were to try this and Django supported it, you 
     290    would inevitably see a mixture of translated strings (from your 
     291    application) and English strings (from Django itself). If you are wanting 
     292    to support a locale for your application that is not already part of 
     293    Django, you will need to make at least a minimal translation of the Django 
     294    core. 
    294295 
    295296Message files