Fix timestamps/spellcheck to use locale override

This commit is contained in:
Jamie Kyle 2023-11-06 17:02:13 -08:00 committed by GitHub
parent 59fa75c309
commit fd8691b871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 45 additions and 11 deletions

View file

@ -60,3 +60,4 @@ window.textsecure.storage.protocol = window.getSignalProtocolStore();
})();
window.getPreferredSystemLocales = () => ['en'];
window.getLocaleOverride = () => null;