Changeset 6286
- Timestamp:
- 09/15/07 09:46:41 (1 year ago)
- Files:
-
- django/trunk/docs/i18n.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/i18n.txt
r6272 r6286 753 753 interface, plus an array of translation strings. Those translation strings are 754 754 taken from the application, project or Django core, according to what you 755 specify in either the {{{info_dict}}}or the URL.755 specify in either the info_dict or the URL. 756 756 757 757 You hook it up like this:: … … 818 818 ---------------------------------------- 819 819 820 You create and update the translation catalogs the same way as the other Django821 translation catalogs -- with the {{{make-messages.py}}}tool. The only820 You create and update the translation catalogs the same way as the other 821 Django translation catalogs -- with the make-messages.py tool. The only 822 822 difference is you need to provide a ``-d djangojs`` parameter, like this:: 823 823
