mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Use preferred system locales and add Farsi font stack
This commit is contained in:
@@ -16,7 +16,10 @@ function ColdRoot() {
|
||||
return (
|
||||
<ReduxProvider store={store}>
|
||||
<Router history={history}>
|
||||
<I18n messages={localeMessages} locale={SignalContext.config.locale}>
|
||||
<I18n
|
||||
messages={localeMessages}
|
||||
locale={SignalContext.config.resolvedTranslationsLocale}
|
||||
>
|
||||
<App
|
||||
executeMenuRole={SignalContext.executeMenuRole}
|
||||
hasCustomTitleBar={SignalContext.OS.hasCustomTitleBar()}
|
||||
|
||||
Reference in New Issue
Block a user