Django

Code

Changeset 5158

Show
Ignore:
Timestamp:
05/07/07 21:25:02 (2 years ago)
Author:
mtredinnick
Message:

Fixed #4242 -- Changed docs to use full name for the Brazilian Portugese language.

Files:

Legend:

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

    r5064 r5158  
    311311...where ``de`` is the language code for the message file you want to create. 
    312312The language code, in this case, is in locale format. For example, it's 
    313 ``pt_BR`` for Brazilian and ``de_AT`` for Austrian German. 
     313``pt_BR`` for Brazilian Portugese and ``de_AT`` for Austrian German. 
    314314 
    315315The script should be run from one of three places: 
     
    464464 
    465465    * In each of these places, the language preference is expected to be in the 
    466       standard language format, as a string. For example, Brazilian is 
    467       ``pt-br``. 
     466      standard language format, as a string. For example, Brazilian Portugese 
     467      is ``pt-br``. 
    468468    * If a base language is available but the sublanguage specified is not, 
    469469      Django uses the base language. For example, if a user specifies ``de-at``