Skip to content

Commit

Permalink
Fixed #4242 -- Changed docs to use full name for the Brazilian Portug…
Browse files Browse the repository at this point in the history
…ese language.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed May 8, 2007
1 parent f073797 commit c2a13da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/i18n.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ To create or update a message file, run this command::


...where ``de`` is the language code for the message file you want to create. ...where ``de`` is the language code for the message file you want to create.
The language code, in this case, is in locale format. For example, it's The language code, in this case, is in locale format. For example, it's
``pt_BR`` for Brazilian and ``de_AT`` for Austrian German. ``pt_BR`` for Brazilian Portugese and ``de_AT`` for Austrian German.


The script should be run from one of three places: The script should be run from one of three places:


Expand Down Expand Up @@ -463,8 +463,8 @@ following this algorithm:
Notes: Notes:


* In each of these places, the language preference is expected to be in the * In each of these places, the language preference is expected to be in the
standard language format, as a string. For example, Brazilian is standard language format, as a string. For example, Brazilian Portugese
``pt-br``. is ``pt-br``.
* If a base language is available but the sublanguage specified is not, * If a base language is available but the sublanguage specified is not,
Django uses the base language. For example, if a user specifies ``de-at`` Django uses the base language. For example, if a user specifies ``de-at``
(Austrian German) but Django only has ``de`` available, Django uses (Austrian German) but Django only has ``de`` available, Django uses
Expand Down

0 comments on commit c2a13da

Please sign in to comment.