Skip to content

Commit

Permalink
Merge remote-tracking branch 'alcides/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
edufelipe committed Oct 20, 2011
2 parents af6a78d + f7caea1 commit 0e22b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snippets/trans.tmSnippet
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>{% trans "${1:string to translate}" %}</string>
<string>{% trans "${1:${TM_SELECTED_TEXT:string to translate}}" %}</string>
<key>name</key>
<string>trans</string>
<key>scope</key>
Expand Down

0 comments on commit 0e22b37

Please sign in to comment.