Skip to content

Commit

Permalink
Add l10n API support
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Feb 7, 2023
1 parent 79dc7b6 commit f711d8d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "8.3.1",
"publisher": "alefragnani",
"engines": {
"vscode": "^1.61.0"
"vscode": "^1.73.0"
},
"extensionKind": [
"ui",
Expand Down Expand Up @@ -46,6 +46,7 @@
"onStartupFinished"
],
"main": "./dist/extension-node.js",
"l10n": "./l10n",
"contributes": {
"commands": [
{
Expand Down Expand Up @@ -511,7 +512,7 @@
"@types/glob": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "^14.17.27",
"@types/vscode": "^1.61.0",
"@types/vscode": "^1.73.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@vscode/test-electron": "^1.6.2",
Expand Down

0 comments on commit f711d8d

Please sign in to comment.