Add: bg/cs/de locales

This commit is contained in:
Cutls
2019-08-07 09:24:52 +09:00
parent 0a1d462ace
commit da6993730c
49 changed files with 9611 additions and 8 deletions

View File

@@ -1,5 +1,8 @@
// Create the Application's main menu
function templete(lang, mainWindow, packaged, dir) {
if(lang !="ja" && lang != "en"){
lang = "en"
}
const electron = require("electron");
const app = electron.app;
const BrowserWindow = electron.BrowserWindow;

View File

@@ -49,7 +49,7 @@ function system(mainWindow, dir, lang, dirname) {
console.log("set:" + arg);
fs.writeFileSync(lang_path, arg);
e.sender.webContents.send('langres', "");
e.sender.webContents.send('langres', arg);
})
//エクスポートのダイアログ
ipc.on('exportSettings', function (e, args) {