Django

Code

Changeset 4707

Show
Ignore:
Timestamp:
03/12/07 04:02:18 (1 year ago)
Author:
mtredinnick
Message:

Fixed #3084 -- Documented that Django's core must be translated into a
particular locale for application translations in that locale to work.

Files:

Legend:

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

    r4420 r4707  
    282282Once you've tagged your strings for later translation, you need to write (or 
    283283obtain) the language translations themselves. Here's how that works. 
     284 
     285.. admonition:: Locale restrictions 
     286 
     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. 
    284294 
    285295Message files