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
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;