refs #151 Set default language to english

This commit is contained in:
AkiraFukushima 2018-08-13 18:05:30 +09:00
parent cbcc85b222
commit 8d47e28cfe
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import Backend from 'i18next-sync-fs-backend'
const options = {
initImmediate: false,
lng: 'ja',
lng: 'en',
backend: {
// path where resources get loaded from
loadPath: path.resolve(__dirname, './locales/{{lng}}/{{ns}}.json'),

View File

@ -109,7 +109,6 @@ async function createWindow () {
}
})
i18n.changeLanguage('ja')
/**
* Set application menu
*/