Merge pull request #5339 from vector-im/dbkr/prunei18n

Add script to prune unused translations
pull/5370/head
Luke Barnard 2017-10-20 11:21:57 +01:00 committed by GitHub
commit cc0a6d5c94
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
"reskindex": "reskindex -h src/header",
"reskindex:watch": "reskindex -h src/header -w",
"i18n": "matrix-gen-i18n",
"prunei18n": "matrix-prune-i18n",
"build:res": "node scripts/copy-res.js",
"build:modernizr": "modernizr -c .modernizr.json -d src/vector/modernizr.js",
"build:compile": "npm run reskindex && babel --source-maps -d lib src",