1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/ducks
Mark Stacey 2b6aff535e
Migrate "i18n-provider" to new context API (#8213)
The "i18n-provider" module has been replaced by a new `i18n.js` module
in the `contexts` directory which provides the `t` function via the new
React Context API.

The legacy context API is still used throughout the codebase, so a
legacy context provider has also been added as a shim until we migrate
away from the old API. The migration does require changing every single
place where the `t` function is used, so it is a non-trivial amount of
work. This shim allows us to tackle it one piece at a time without
breaking anything.

This was placed in a new `contexts` directory because it didn't seem
to belong in any existing categories. It certainly isn't a higher-order
component.
2020-03-23 14:07:05 -03:00
..
app Delete shapeshift functionality; retain state and display (#8118) 2020-02-26 09:34:46 -08:00
confirm-transaction Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
gas Enable core ESLint no-mixed-operators rule 2020-02-17 21:06:36 -03:30
locale Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
metamask Migrate "i18n-provider" to new context API (#8213) 2020-03-23 14:07:05 -03:00
send Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
index.js Use combineReducers for rootReducer (#7964) 2020-02-06 13:08:14 -03:30