Changes between Initial Version and Version 1 of Ticket #25223, comment 2
- Timestamp:
- Jan 17, 2017, 12:28:29 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25223, comment 2
initial v1 39 39 from django.utils.translation import activate, ugettext 40 40 activate('sd-pk') 41 print ugettext('butterfly')41 print(ugettext('butterfly')) 42 42 }}} 43 43 Run `test.py` through django shell: