Kaydet (Commit) aea103b6 authored tarafından minusf's avatar minusf Kaydeden (comit) Tim Graham

Removed inaccurate sentence about PO files in translation docs.

üst 20b74b10
...@@ -1349,12 +1349,10 @@ otherwise, they'll be tacked together without whitespace! ...@@ -1349,12 +1349,10 @@ otherwise, they'll be tacked together without whitespace!
.. admonition:: Mind your charset .. admonition:: Mind your charset
When creating a PO file with your favorite text editor, first edit Due to the way the ``gettext`` tools work internally and because we want to
the charset line (search for ``"CHARSET"``) and set it to the charset allow non-ASCII source strings in Django's core and your applications, you
you'll be using to edit the content. Due to the way the ``gettext`` tools **must** use UTF-8 as the encoding for your PO files (the default when PO
work internally and because we want to allow non-ASCII source strings in files are created). This means that everybody will be using the same
Django's core and your applications, you **must** use UTF-8 as the encoding
for your PO file. This means that everybody will be using the same
encoding, which is important when Django processes the PO files. encoding, which is important when Django processes the PO files.
To reexamine all source code and templates for new translation strings and To reexamine all source code and templates for new translation strings and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment