Changes between Initial Version and Version 1 of Ticket #25223, comment 2


Ignore:
Timestamp:
Jan 17, 2017, 12:28:29 PM (7 years ago)
Author:
Anton Samarchyan

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25223, comment 2

    initial v1  
    3939  from django.utils.translation import activate, ugettext
    4040  activate('sd-pk')
    41   print ugettext('butterfly')
     41  print(ugettext('butterfly'))
    4242  }}}
    4343  Run `test.py` through django shell:
Back to Top