hack fix for build issue
This commit is contained in:
parent
fa0d2b5b90
commit
a3af234e98
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ export function doDownloadLanguage(langFile) {
|
|||
|
||||
export function doDownloadLanguages() {
|
||||
return function(dispatch, getState) {
|
||||
//temporarily disable i18n so I can get a working build out -- Jeremy
|
||||
return;
|
||||
|
||||
if (!fs.existsSync(app.i18n.directory)) {
|
||||
fs.mkdirSync(app.i18n.directory);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue