Use preferred system locales and add Farsi font stack
This commit is contained in:
parent
fbdfaf3962
commit
da0a741a36
14 changed files with 124 additions and 72 deletions
|
@ -197,8 +197,11 @@ const PLATFORMS = [
|
|||
|
||||
describe('createTemplate', () => {
|
||||
const { i18n } = loadLocale({
|
||||
appLocale: 'en',
|
||||
preferredSystemLocales: ['en'],
|
||||
logger: {
|
||||
info(_arg: unknown) {
|
||||
// noop
|
||||
},
|
||||
error(arg: unknown) {
|
||||
throw new Error(String(arg));
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue