mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-08 07:48:45 +01:00
refs #151 Set default language to english
This commit is contained in:
parent
cbcc85b222
commit
8d47e28cfe
@ -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'),
|
||||
|
@ -109,7 +109,6 @@ async function createWindow () {
|
||||
}
|
||||
})
|
||||
|
||||
i18n.changeLanguage('ja')
|
||||
/**
|
||||
* Set application menu
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user