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

@@ -1,5 +1,5 @@
{
"localeDir": "src/locales/",
"localeDir": "build/locales/",
"srcPathDirs": ["src/"],
"format": "po"
}