default to en_US if locale dictionnary is not found

pull/1015/head
Audric Ackermann 5 years ago
parent 21f7c8b9e6
commit 2f3f3b8294
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -64,7 +64,7 @@ function setupLinux(locale) {
window.log.info('Detected Linux. Using default en_US spell check dictionary');
return new Typo(locale);
return new Typo('en_US');
}
// We load locale this way and not via app.getLocale() because this call returns

Loading…
Cancel
Save