We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a690eb commit f99abd6Copy full SHA for f99abd6
package.json
@@ -43,6 +43,8 @@
43
"test": "lerna run test",
44
"download:plugins": "theia download:plugins",
45
"update:version": "node ./scripts/update-version.js",
46
+ "i18n:generate": "theia extract -p '+(arduino-ide-extension|browser-app|electron|electron-app|plugins)/**/*.ts' -o ./i18n/en.json",
47
+ "i18n:check": "yarn i18n:generate && git add -N ./i18n && git diff --exit-code ./i18n",
48
"i18n:push": "node ./scripts/i18n/transifex-push.js ./i18n/en.json",
49
"i18n:pull": "node ./scripts/i18n/transifex-pull.js ./i18n/"
50
},
0 commit comments