Changeset 7060
- Timestamp:
- 02/02/08 19:49:55 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/regressiontests/templates/tests.py
r6996 r7060 738 738 739 739 # translation of a variable with a translated filter 740 'i18n10': ('{{ bool|yesno:_(" ja,nein") }}', {'bool': True}, 'ja'),740 'i18n10': ('{{ bool|yesno:_("yes,no,maybe") }}', {'bool': True, 'LANGUAGE_CODE': 'de'}, 'Ja'), 741 741 742 742 # translation of a variable with a non-translated filter
