Changes between Version 153 and Version 154 of Localization


Ignore:
Timestamp:
Sep 3, 2008, 8:27:57 AM (16 years ago)
Author:
Gasper Zejn
Comment:

Fix typo about PYTHONPATH

Legend:

Unmodified
Added
Removed
Modified
  • Localization

    v153 v154  
    6161 1. Ensure that you are running the latest subversion checkout of the code - run "svn update" in your local django subversion copy.
    6262 1. Change dir to django_src/django
    63  1. Run {{{export PYTHONPATH=`pwd` bin/django-admin.py makemessages -l <locale>}}} and you get updated .po files
     63 1. Run {{{PYTHONPATH=../ bin/django-admin.py makemessages -l <locale>}}} and you get updated .po files
    6464 1. Update any untranslated and fuzzy messages with your favorite translation tool. Anything that looks like "%s" or "%(something)s" has to be copied precisely and the 's' may be a 'd' or 'x' or 'i', possibly.
    6565 1. Run {{{django-admin.py compilemessages -l <locale>}}} and ensure there are no errors.
Back to Top