Changeset 934
- Timestamp:
- 10/18/05 08:06:42 (3 years ago)
- Files:
-
- django/branches/i18n/django/conf/locale/en (added)
- django/branches/i18n/django/conf/locale/en/LC_MESSAGES (added)
- django/branches/i18n/django/conf/locale/en/LC_MESSAGES/django.mo (added)
- django/branches/i18n/django/conf/locale/en/LC_MESSAGES/django.po (added)
- django/branches/i18n/docs/translation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/i18n/docs/translation.txt
r916 r934 277 277 The language code for storage is in locale format - so it is pt_BR for 278 278 Brazilian or de_AT for Austrian German. 279 280 If you don't have the gettext utilities installed, make-messages.py will create 281 empty files. If that is the case, either install the gettext utilities, or 282 just copy the conf/locale/en/LC_MESSAGES/django.po and start with that - it's just 283 an empty translation file. 279 284 280 285 Every message in the message file is of the same format. One line is the msgid.
