Created
January 16, 2016 10:00
-
-
Save ptaferner/ba31b6a4f0a0073a7fe1 to your computer and use it in GitHub Desktop.
Phpstorm: Generate pimcore translation
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
<template name="trans" value="<?= $this->t('$TXT$') ?>" description="Generate pimcore translation" toReformat="true" toShortenFQNames="true"> | |
<variable name="TXT" expression="clipboard()" defaultValue="" alwaysStopAt="true" /> | |
<context> | |
<option name="HTML_TEXT" value="true" /> | |
<option name="HTML" value="true" /> | |
</context> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment