Changes between Version 153 and Version 154 of Localization
- Timestamp:
- Sep 3, 2008, 8:27:57 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Localization
v153 v154 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 62 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 files63 1. Run {{{PYTHONPATH=../ 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.