Use LocaleMatcher to resolve system preferred locales

This commit is contained in:
Jamie Kyle 2023-04-17 12:26:57 -07:00 committed by GitHub
parent 68ae25f5cd
commit cdc68d1c34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 224 additions and 48 deletions

View file

@ -202,9 +202,6 @@ describe('createTemplate', () => {
info(_arg: unknown) {
// noop
},
error(arg: unknown) {
throw new Error(String(arg));
},
warn(arg: unknown) {
throw new Error(String(arg));
},