mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3976 from MetaMask/i3973-FixLocaleSettings
Fix action for setting locale
This commit is contained in:
commit
603d6ab416
@ -3,6 +3,7 @@
|
|||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
- Improved performance of 3D fox logo.
|
- Improved performance of 3D fox logo.
|
||||||
|
- Fix bug that prevents setting language locale in settings.
|
||||||
|
|
||||||
## 4.5.5 Fri Apr 06 2018
|
## 4.5.5 Fri Apr 06 2018
|
||||||
|
|
||||||
|
@ -358,7 +358,7 @@ function reduceMetamask (state, action) {
|
|||||||
welcomeScreenSeen: true,
|
welcomeScreenSeen: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
case action.SET_CURRENT_LOCALE:
|
case actions.SET_CURRENT_LOCALE:
|
||||||
return extend(metamaskState, {
|
return extend(metamaskState, {
|
||||||
currentLocale: action.value,
|
currentLocale: action.value,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user