Changes between Initial Version and Version 1 of Ticket #21209


Ignore:
Timestamp:
Oct 1, 2013, 5:13:36 PM (11 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21209 – Description

    initial v1  
    1 The comments associated with lieteral found on files of the 'django' domain that aren't Python source code end like this (from the test suite):
     1The comments associated with literals found on files of the 'django' domain that aren't Python source code end like this (from the test suite):
    22
    33{{{
     
    1717msgid "The translatable literal here"
    1818}}}
    19 But the `.py` prefix shouldn't be leaking.
     19But the `.py` prefix shouldn't be leaked.
Back to Top