Revert "default to en_US if locale dictionnary is not found"

This reverts commit 2f3f3b8294.
pull/1020/head
Audric Ackermann 5 years ago
parent 77ef5de17e
commit bf0785f6b6
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('en_US');
return new Typo(locale);
}
// We load locale this way and not via app.getLocale() because this call returns

Loading…
Cancel
Save