Changeset 8043 for django/trunk/docs/i18n.txt
- Timestamp:
- 07/21/08 22:01:21 (6 months ago)
- Files:
-
- django/trunk/docs/i18n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/i18n.txt
r7844 r8043 889 889 used to differentiate between different programs that store their data 890 890 in a common message-file library (usually ``/usr/share/locale/``). The 891 ``django`` domain is used for python and template translation strings891 ``django`` domain is used for Python and template translation strings 892 892 and is loaded into the global translation catalogs. The ``djangojs`` 893 893 domain is only used for JavaScript translation catalogs to make sure
