We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec59400 commit 28ea2b5Copy full SHA for 28ea2b5
package.json
@@ -22,6 +22,9 @@
22
"lint:all": "eslint .",
23
"lint:fix": "eslint . --fix --cache",
24
"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",
28
"bump": "bash utils/bump.sh",
29
"bump:ext": "bash utils/bump.sh",
30
"bump:ext-nc": "bash utils/bump.sh --no-commit",
0 commit comments