We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Systel
System
1 parent 8650b1b commit 37906e5Copy full SHA for 37906e5
src/main/ui/checkSystemLocale.ts
@@ -16,7 +16,7 @@ export default async () => {
16
return
17
}
18
19
- console.log(`Systel locale: ${locale}`)
+ console.log(`System locale: ${locale}`)
20
if (locale.startsWith('en')) {
21
locale = 'en'
22
} else if (locale.startsWith('zh')) {
0 commit comments