This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients abarry, docs@python, mdk
Date 2015-12-19.14:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450533989.93.0.242485345436.issue25907@psf.upfronthosting.co.za>
In-reply-to
Content
For emacs users, this `query-replace-regex` comes handy to add trans tags around strings, if one want to apply them to another file / version:

>\([^>^J]*[a-zA-z][^>^J]*\)< -> >{% trans %}\1{% endtrans %}

Note that ^J is obtained typing C-q C-j.
History
Date User Action Args
2015-12-19 14:06:30mdksetrecipients: + mdk, docs@python, abarry
2015-12-19 14:06:29mdksetmessageid: <1450533989.93.0.242485345436.issue25907@psf.upfronthosting.co.za>
2015-12-19 14:06:29mdklinkissue25907 messages
2015-12-19 14:06:29mdkcreate