Text File
I18N.txt

Internationalization (I18n) and Localization (L10n)

System Message: WARNING/2 (<string>, line 5)

Title underline too short.

Creating/Updating Message Catalog Template (POT) Files
-----------------------------------------------------

System Message: SEVERE/4 (<string>, line 5)

Unexpected section title.

Creating/Updating Message Catalog Template (POT) Files
-----------------------------------------------------
  1. Install 'buddydemo' in 'ZOPE3/src'. See INSTALL.txt for details.

  2. Set the the Python path:

    export PYTHONPATH=ZOPE3/src
    
  3. Go into the 'locales' directory and execute i18nextract.py:

    System Message: WARNING/2 (<string>, line 15)

    Literal block expected; none found.

python2.4 utilities/i18nextract.py -d buddydemo -p ..

System Message: SEVERE/4 (<string>, line 19)

Unexpected section title.

Updating Message Catalog (PO) Files
-----------------------------------
  1. For each language do simply:

    msgmerge -U de/LC_MESSAGES/buddydemo.po buddydemo.pot
    
  2. Translate the updated PO file. Note: KBabel is a great tool for this task!

System Message: SEVERE/4 (<string>, line 30)

Unexpected section title.

Compiling Message Catalogs (PO) to binary (MO) Files
----------------------------------------------------
  1. Go to the right directory, such as '<buddydemo>/locales/de/LC_MESSAGES'.

  2. Run the following command:

    msgfmt -o buddydemo.mo buddydemo.po