Django

Code

Changeset 934

Show
Ignore:
Timestamp:
10/18/05 08:06:42 (3 years ago)
Author:
hugo
Message:

i18n: added an empty translation file for language "en" as a startingpoint for translators

Files:

Legend:

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

    r916 r934  
    277277The language code for storage is in locale format - so it is pt_BR for 
    278278Brazilian or de_AT for Austrian German. 
     279 
     280If you don't have the gettext utilities installed, make-messages.py will create 
     281empty files. If that is the case, either install the gettext utilities, or 
     282just copy the conf/locale/en/LC_MESSAGES/django.po and start with that - it's just 
     283an empty translation file. 
    279284 
    280285Every message in the message file is of the same format. One line is the msgid.