Skip to content

Commit

Permalink
Merge pull request #102 from 2skydev/dev
Browse files Browse the repository at this point in the history
v0.0.21
  • Loading branch information
2skydev authored Sep 30, 2023
2 parents 7f0098a + 86f3ece commit 64a5414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/modules/electron/electron.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export const generatedIpcOnContext = {`
}

private async initI18Next() {
const systemLocale = app.getSystemLocale()
const systemLocale = app.getSystemLocale().replace('-', '_')
const savedLanguage = this.configService.get('general.language')

if (!savedLanguage) {
Expand Down

0 comments on commit 64a5414

Please sign in to comment.