Django

Code

Changeset 6765

Show
Ignore:
Timestamp:
11/29/07 23:08:26 (9 months ago)
Author:
adrian
Message:

Small edit to docs/i18n.txt from [6461]

Files:

Legend:

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

    r6700 r6765  
    462462    work internally and because we want to allow non-ASCII source strings in 
    463463    Django's core and your applications, you **must** use UTF-8 as the encoding 
    464     for your PO file (this means that everybody will be using the same 
    465     encoding, which is important when Django processes the PO files)
     464    for your PO file. This means that everybody will be using the same 
     465    encoding, which is important when Django processes the PO files
    466466 
    467467To reexamine all source code and templates for new translation strings and