Moves locales out of src and into build dir. Changes npm commands from extract/compile to extract-strings/compile-strings

This commit is contained in:
mabashian
2018-12-12 11:27:22 -05:00
parent 356ad06d74
commit 6adcac85a6
43 changed files with 5 additions and 884 deletions

View File

@@ -8,8 +8,8 @@
"test": "jest --watch --coverage",
"lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx",
"add-locale": "lingui add-locale",
"extract": "lingui extract",
"compile": "lingui compile"
"extract-strings": "lingui extract",
"compile-strings": "lingui compile"
},
"keywords": [],
"author": "",