We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f0098a + 86f3ece commit 64a5414Copy full SHA for 64a5414
src/main/modules/electron/electron.service.ts
@@ -443,7 +443,7 @@ export const generatedIpcOnContext = {`
443
}
444
445
private async initI18Next() {
446
- const systemLocale = app.getSystemLocale()
+ const systemLocale = app.getSystemLocale().replace('-', '_')
447
const savedLanguage = this.configService.get('general.language')
448
449
if (!savedLanguage) {
0 commit comments