mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-29 00:11:28 +00:00
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() {
|
export function doDownloadLanguages() {
|
||||||
return function(dispatch, getState) {
|
return function(dispatch, getState) {
|
||||||
|
//temporarily disable i18n so I can get a working build out -- Jeremy
|
||||||
|
return;
|
||||||
|
|
||||||
if (!fs.existsSync(app.i18n.directory)) {
|
if (!fs.existsSync(app.i18n.directory)) {
|
||||||
fs.mkdirSync(app.i18n.directory);
|
fs.mkdirSync(app.i18n.directory);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue