Skip to content

Commit

Permalink
feat: add support for vscode l10n (#331)
Browse files Browse the repository at this point in the history
* feat: add support for vscode l10n

* test: update snapshot
  • Loading branch information
chouchouji authored Jan 15, 2025
1 parent eb49298 commit 703badf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ const fields = [
},
{ key: 'scripts', over: sortScripts },
{ key: 'betterScripts', over: sortScripts },
/* vscode */ { key: 'l10n' },
/* vscode */ { key: 'contributes', over: sortObject },
/* vscode */ { key: 'activationEvents', over: uniq },
{ key: 'husky', over: overProperty('hooks', sortGitHooks) },
Expand Down
2 changes: 2 additions & 0 deletions tests/snapshots/main.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Generated by [AVA](https://avajs.dev).
"jsdelivr": "jsdelivr",␊
"jsnext:main": "jsnext:main",␊
"keywords": "keywords",␊
"l10n": "l10n",␊
"languageName": "languageName",␊
"license": "license",␊
"lint-staged": "lint-staged",␊
Expand Down Expand Up @@ -166,6 +167,7 @@ Generated by [AVA](https://avajs.dev).
"binary": "binary",␊
"scripts": "scripts",␊
"betterScripts": "betterScripts",␊
"l10n": "l10n",␊
"contributes": "contributes",␊
"activationEvents": "activationEvents",␊
"husky": "husky",␊
Expand Down
Binary file modified tests/snapshots/main.js.snap
Binary file not shown.

0 comments on commit 703badf

Please sign in to comment.