mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
initialize currentLocale in the locale slice upon app start (#17579)
This commit is contained in:
parent
f3c00c65d0
commit
3fc26521d4
@ -90,6 +90,7 @@ async function startApp(metamaskState, backgroundConnection, opts) {
|
|||||||
appState: {},
|
appState: {},
|
||||||
|
|
||||||
localeMessages: {
|
localeMessages: {
|
||||||
|
currentLocale: metamaskState.currentLocale,
|
||||||
current: currentLocaleMessages,
|
current: currentLocaleMessages,
|
||||||
en: enLocaleMessages,
|
en: enLocaleMessages,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user