Last active
August 29, 2015 14:16
-
-
Save clemblanco/a124704b34443ce83166 to your computer and use it in GitHub Desktop.
blade-trans.sublime-snippet
This file contains hidden or 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('${1:langfilename}.${2:identifier}'${3:, array('${4:variable}' => '${5:replacement}')}) }} | |
]]></content> | |
<tabTrigger>ltrans</tabTrigger> | |
<scope>text.html.laravel-blade</scope> | |
<description>Laravel localization of a string using Blade templating.</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://d.pr/i/1cbV2