Skip to content

Instantly share code, notes, and snippets.

@clemblanco
Last active August 29, 2015 14:16
Show Gist options
  • Save clemblanco/a124704b34443ce83166 to your computer and use it in GitHub Desktop.
Save clemblanco/a124704b34443ce83166 to your computer and use it in GitHub Desktop.
blade-trans.sublime-snippet
<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>
@clemblanco
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment