Created
April 19, 2016 09:29
-
-
Save skill83/fc57a68138ca94313748598075334724 to your computer and use it in GitHub Desktop.
wrap inside django template trans
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[{% trans '$SELECTION$1' %}]]></content> | |
<!-- Optional: Tab trigger to activate the snippet --> | |
<tabTrigger>trans</tabTrigger> | |
<!-- Optional: Scope the tab trigger will be active in --> | |
<scope>source.html</scope> | |
<!-- Optional: Description to show in the menu --> | |
<description>Trans snippet</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment