Chi Kei Chan
|
31175625b4
|
Folder restructure (#6304)
* Remove ui/app/keychains/
* Remove ui/app/img/ (unused images)
* Move conversion-util to helpers/utils/
* Move token-util to helpers/utils/
* Move /helpers/*.js inside /helpers/utils/
* Move util tests inside /helpers/utils/
* Renameand move confirm-transaction/util.js to helpers/utils/
* Move higher-order-components to helpers/higher-order-components/
* Move infura-conversion.json to helpers/constants/
* Move all utility functions to helpers/utils/
* Move pages directory to top-level
* Move all constants to helpers/constants/
* Move metametrics inside helpers/
* Move app and root inside pages/
* Move routes inside helpers/
* Re-organize ducks/
* Move reducers to ducks/
* Move selectors inside selectors/
* Move test out of test folder
* Move action, reducer, store inside store/
* Move ui components inside ui/
* Move UI components inside ui/
* Move connected components inside components/app/
* Move i18n-helper inside helpers/
* Fix unit tests
* Fix unit test
* Move pages components
* Rename routes component
* Move reducers to ducks/index
* Fix bad path in unit test
|
6 years ago |
Whymarrh Whitby
|
bd35728041
|
Lower i18n-helper#getMessage log level from error to warning
|
6 years ago |
Alexander Tseung
|
e5ca2aac6f
|
Allow more than 2 variable substitutions in the translation function
|
6 years ago |
Whymarrh Whitby
|
94489b544a
|
Fallback to English and then the key for I18nProvider#t
|
6 years ago |
Whymarrh Whitby
|
2526f8a1d8
|
Inline locale variable in fetchLocale fn
|
6 years ago |
Dan
|
6bc8cc819a
|
Merge branch 'develop' into i3725-refactor-send-component-
|
7 years ago |
kumavis
|
ee8b91262d
|
i18n-helper - wrap fallback in brackets to help indicate something is wrong
|
7 years ago |
Dan Finlay
|
b2fbc6399a
|
Return key instead of empty string on i18n fail
|
7 years ago |
kumavis
|
3500689ed0
|
i18n-helper - abort on i18n failure
|
7 years ago |
kumavis
|
ecbab14cae
|
app - warn on fetch errors instead of spamming sentry
|
7 years ago |
kumavis
|
8760dc6bda
|
ui - use relative url for i18n-helper fetching locales
|
7 years ago |
Dan
|
0d71dd7ca0
|
i18n helper fetchLocale handles 404 gracefully
|
7 years ago |
Dan
|
3c144302d6
|
Remove console.logs
|
7 years ago |
Dan
|
d24a0590d3
|
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
|
7 years ago |
Dan
|
2ddc2cc1fb
|
Lint fixes.
|
7 years ago |
Dan
|
09260f9c5e
|
Fixed t() calls where localeMessages is missing; and fix incorrect connect reference.
|
7 years ago |
Dan
|
5fe0be722b
|
Handle i18n with redux.
|
7 years ago |