Skip to content

Instantly share code, notes, and snippets.

@NKjoep
Created November 8, 2012 09:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NKjoep/4037815 to your computer and use it in GitHub Desktop.
Save NKjoep/4037815 to your computer and use it in GitHub Desktop.
Sublime Text 2 Snippets Collection
<snippet>
<content><![CDATA[
-- DELETE FROM localstrings where keycode = '${1:keycode}';
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('${1:keycode}','en','${2:en_value}');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('${1:keycode}','it','${3:it_value}');
-- <wp:i18n key="${1:keycode}" escapeXml="true" />
${4}
]]></content>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment