Changes between Version 152 and Version 153 of Localization
- Timestamp:
- Sep 3, 2008, 8:15:39 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Localization
v152 v153 60 60 61 61 1. Ensure that you are running the latest subversion checkout of the code - run "svn update" in your local django subversion copy. 62 1. Change dir to django_src 63 1. Run {{{export PYTHONPATH=`pwd` django-admin.py makemessages -l <locale>}}} and you get updated .po files62 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 64 64 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. 65 65 1. Run {{{django-admin.py compilemessages -l <locale>}}} and ensure there are no errors.