mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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: {},
|
||||
|
||||
localeMessages: {
|
||||
currentLocale: metamaskState.currentLocale,
|
||||
current: currentLocaleMessages,
|
||||
en: enLocaleMessages,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user