Changeset 5158
- Timestamp:
- 05/07/07 21:25:02 (2 years ago)
- Files:
-
- django/trunk/docs/i18n.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/i18n.txt
r5064 r5158 311 311 ...where ``de`` is the language code for the message file you want to create. 312 312 The 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. 314 314 315 315 The script should be run from one of three places: … … 464 464 465 465 * In each of these places, the language preference is expected to be in the 466 standard language format, as a string. For example, Brazilian is467 ``pt-br``.466 standard language format, as a string. For example, Brazilian Portugese 467 is ``pt-br``. 468 468 * If a base language is available but the sublanguage specified is not, 469 469 Django uses the base language. For example, if a user specifies ``de-at``
