Skip to content

Commit 28ea2b5

Browse files
committed
1 parent ec59400 commit 28ea2b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"lint:all": "eslint .",
2323
"lint:fix": "eslint . --fix --cache",
2424
"lint:fix-all": "eslint . --fix",
25+
"translate": "py chromium/utils/translate-en-messages.py",
26+
"translate:chrome": "py chromium/utils/translate-en-messages.py",
27+
"translate:chromium": "py chromium/utils/translate-en-messages.py",
2528
"bump": "bash utils/bump.sh",
2629
"bump:ext": "bash utils/bump.sh",
2730
"bump:ext-nc": "bash utils/bump.sh --no-commit",

0 commit comments

Comments
 (0)