Skip to content

Commit

Permalink
DEV: Update VS Code Snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
anantajitjg committed May 5, 2021
1 parent 436bb71 commit 5c323da
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .vscode/wp-job-openings.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,20 @@
],
"description": "Translation function extended"
},
"WP Job Openings: Simple Translators Comment": {
"scope": "php",
"prefix": "job:i18n-simple-comment",
"body": [
"/* translators: %s: $1 */"
],
"description": "Translators Comment to clarify the meaning of the placeholders"
},
"WP Job Openings: Translators Comment": {
"scope": "php",
"prefix": "job:i18n-comment",
"body": [
"/* translators: %1\\$s: $1, %2\\$s: $2 */"
],
"description": "Translators Comment to clarify the meaning of the placeholders"
}
}

0 comments on commit 5c323da

Please sign in to comment.